Initial commit
This commit is contained in:
43
.gitignore
vendored
Normal file
43
.gitignore
vendored
Normal file
@@ -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
|
||||
32
README.md
Normal file
32
README.md
Normal file
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user