commit 59ef42a1c2ee5a3c4ab2ba6a4ed7a132dfc9ca28 Author: Adrian Marquis Date: Tue Jan 27 17:52:06 2026 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..375bb83 --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +# Files +instance.cfg +jei/bookmarks.ini + +minecraft/.* +minecraft/BotaniaVars.dat +minecraft/crafttweaker.log +minecraft/ds_private_storage.json +minecraft/hs_err_* +minecraft/icon.png +minecraft/journeymap +minecraft/keys.txt +minecraft/knownkeys.txt +minecraft/OpenComputersMod-* +minecraft/patchouli_data.json +minecraft/reauth.toml +minecraft/rhino.local.properties +minecraft/TrashSlotSaveState.json +minecraft/usercache.json +minecraft/usernamecache.json + + +# Folders +minecraft/astralsorcery +minecraft/blueprints +minecraft/config/jei/world/**/bookmarks.ini +minecraft/crash-reports +minecraft/discordsuite +minecraft/ESM +minecraft/everbook +minecraft/fonts +minecraft/kubejs/assets/ponderjs_generated +minecraft/llibrary +minecraft/local +minecraft/logs +minecraft/modernfix/structureCache* +minecraft/saves +minecraft/screenshots +minecraft/shaderpacks +minecraft/simplebackups/ +minecraft/TombManyGraves + +natives diff --git a/README.md b/README.md new file mode 100644 index 0000000..12c16cb --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# All the Mods 10 + +Custom version for blue_smoothie & xy795's server + + +## Install + +There are 2 supported ways of installing the modpack. + +## Git + +The main branch tracks a MultiMC compatible version of the modpack which can be cloned via `git` into +the instance folder of your MultiMC installation. + +For MultiMC to be able to pick up the instance, an additional configuration file `instance.cfg` has to be created in the instance folder (the root of the repository): +``` +InstanceType=OneSix +name=All the Mods 10 +``` + + +To update, a simple `git pull` should be sufficient. + + +## Curse style modpack archive + +A ZIP file with the format of Curse minecraft modpacks is uploaded as a Release in this repository for +every version of the modpack. These files can be imported with every minecraft client which supports Curse +minecraft modpacks. + +To update, download and import the never version of the modpack. +