just getting the modpack files in here, also added the following folders to git ignore inside the top level of the minecraft folder (the one with save files in it):

/server-resource-packs/
/saves/
/schematics/
/screenshots/
/logs/
/.mixin.out/
/crash-reports/
usernamecache.json
usercache.json

Also I added the following file extensions to be considered "large" by the server as not to pollute diff history here are the commands I used to add these files:

git lfs track "*.jar"
git lfs track "*.zip"
git lfs track "*.7z"
git lfs track "*.gz"
git lfs track "*.rar"
git lfs track "*.tar"
git lfs track "*.iso"

git lfs track "*.png"
git lfs track "*.jpg"
git lfs track "*.jpeg"
git lfs track "*.gif"
git lfs track "*.bmp"
git lfs track "*.tiff"
git lfs track "*.svg"
git lfs track "*.webp"

git lfs track "*.mp3"
git lfs track "*.wav"
git lfs track "*.ogg"
git lfs track "*.flac"
git lfs track "*.aac"
git lfs track "*.m4a"
git lfs track "*.wma"

git lfs track "*.mp4"
git lfs track "*.mkv"
git lfs track "*.avi"
git lfs track "*.mov"
git lfs track "*.webm"
git lfs track "*.flv"
git lfs track "*.wmv"

git lfs track "*.psd"
git lfs track "*.ai"
git lfs track "*.pdf"

git lfs track "*.mca"
git lfs track "*.dat"
git lfs track "*.dat_old"
This commit is contained in:
2025-05-11 14:46:39 -05:00
parent 0590e529e4
commit 95ed26d7d8
638 changed files with 30528 additions and 0 deletions

View File

@ -0,0 +1,58 @@
{
"careyatros_spawn": true,
"careyatros_spawn_chance": 75,
"shecko_spawn": true,
"shecko_spawn_chance": 80,
"banndu_spawn": true,
"banndu_spawn_chance": 70,
"crasu_spawn": true,
"crasu_spawn_chance": 70,
"dogishi_spawn": true,
"dogishi_spawn_chance": 70,
"dosmo_spawn": true,
"dosmo_spawn_chance": 60,
"grudels_spawn": true,
"grudels_spawn_chance": 70,
"zatlah_spawn": true,
"zatlah_spawn_chance": 70,
"gusnow_spawn": true,
"gusnow_spawn_chance": 60,
"molluto_spawn": true,
"molluto_spawn_chance": 60,
"muba_spawn": true,
"muba_spawn_chance": 50,
"pangolin_spawn": true,
"pangolin_spawn_chance": 60,
"radioactive_bear_spawn": true,
"radioactive_bear_spawn_chance": 40,
"skinno_spawn": true,
"skinno_spawn_chance": 80,
"sppinto_spawn": true,
"sppinto_spawn_chance": 60,
"drazor_spawn": true,
"drazor_spawn_chance": 70,
"juvex_spawn": true,
"juvex_spawn_chance": 70,
"darknix_spawn": true,
"darknix_spawn_chance": 80,
"turlan_spawn": true,
"turlan_spawn_chance": 70,
"snovy_spawn": true,
"snovy_spawn_chance": 50,
"xendah_spawn": true,
"xendah_spawn_chance": 80,
"alubis_spawn": true,
"alubis_spawn_chance": 70,
"radioactive_bee_spawn": true,
"radioactive_bee_spawn_chance": 70,
"radioactive_shark_spawn": true,
"radioactive_shark_spawn_chance": 70,
"radioactive_owl_spawn": true,
"radioactive_owl_spawn_chance": 70,
"meloron_spawn": true,
"meloron_spawn_chance": 70,
"radioactive_hyena_spawn": true,
"radioactive_hyena_spawn_chance": 80,
"lennat_spawn": true,
"lennat_spawn_chance": 80
}