Initial commit
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
# ---> minecraft
|
||||||
|
instance.cfg
|
||||||
|
minecraft/astralsorcery
|
||||||
|
minecraft/crash-reports
|
||||||
|
minecraft/discordsuite
|
||||||
|
minecraft/fonts
|
||||||
|
minecraft/journeymap
|
||||||
|
minecraft/hs_err_*
|
||||||
|
minecraft/knownkeys.txt
|
||||||
|
minecraft/llibrary
|
||||||
|
minecraft/local
|
||||||
|
minecraft/logs
|
||||||
|
minecraft/saves
|
||||||
|
minecraft/screenshots
|
||||||
|
minecraft/shaderpacks
|
||||||
|
minecraft/TombManyGraves
|
||||||
|
minecraft/.*
|
||||||
|
minecraft/BotaniaVars.dat
|
||||||
|
minecraft/crafttweaker.log
|
||||||
|
minecraft/icon.png
|
||||||
|
minecraft/OpenComputersMod-*
|
||||||
|
minecraft/usercache.json
|
||||||
|
natives
|
||||||
|
jei/bookmarks.ini
|
||||||
|
|
||||||
|
|
||||||
24
README.md
Normal file
24
README.md
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# All the Mods 8
|
||||||
|
|
||||||
|
Custom version for blue_smoothie & xy795's server
|
||||||
|
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
There are 2 ways of installing the modpack.
|
||||||
|
|
||||||
|
## Git
|
||||||
|
|
||||||
|
The master branch tracks a MultiMC compatible version of the modpack which can be cloned via `git` into
|
||||||
|
the instance folder of your MultiMC installation.
|
||||||
|
|
||||||
|
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