Commit Graph

11 Commits

Author SHA1 Message Date
2ee4584be6 Removed ScarySpiders by ConRad
Removed ScarySpiders by ConRad
2025-05-11 20:39:13 -05:00
861b820ec6 ⚠️ Biome Mods added - unused resource pack enabled
⚠️ ⚠️ Warning on BCLIB: can effect and override fog in certain scenarios when in nether or end, if your having fog issues BCLIB config may be the place you want to look first if something is off about the nether or end fog. ⚠️⚠️

- enabled unused boss refresh resource pack that
- added better nether
     dependency: BCLib
- added better end
     dependency: BCLib
- updated .gitignore
2025-05-11 19:44:57 -05:00
fd3c74b717 Fixing moonlight & updated gitignore 2025-05-11 17:53:41 -05:00
ba1ce7cc98 Hysteria shader & basic sunburn config & 1st person fire tweaks
Changed Hysteria shader default params

- slightly less desaturation but not complete removal
- caves now have true darkness (shaders override minecraft gamma, however true darkness will be retained as a fallback)
- basic sun burn config that allows players to retreat to other dimensions (with a sun) to avoid getting burned
- fire resist potions prevent sun burn from even applying (prevents the fire effect from showing on the screen as a result)
- tinted glass prevents sunburn
- added vanilla tweaks lowered first person fire
   this was added because although the create netherite diving gear stops fire damage, the player still renders as on fire in both 3rd and 1st person blocking half the players view.
2025-05-11 17:47:58 -05:00
e832d7c18c added oculus mc for shader support & hysteria shaders
Hysteria Shaders added.
2025-05-11 17:02:40 -05:00
88f75975f3 Updated .gitignore 2025-05-11 16:23:08 -05:00
c6e31e8d1e Git config tweaks.
added instance.cfg to git ignore so future changes (such as launching the game) will be ignored.

Furthermore I think I fixed config files being constantly generated

.bak files are ignored as well.
2025-05-11 16:21:31 -05:00
a7e1af141c testing pre-commit strats 2025-05-11 16:11:23 -05:00
955cb8038c saving more configs that got created on startup 2025-05-11 16:01:06 -05:00
95ed26d7d8 Start
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"
2025-05-11 15:06:38 -05:00
0590e529e4 Initial commit 2025-05-11 18:12:26 +00:00