Commit Graph

70 Commits

Author SHA1 Message Date
8e42f2d9d7 added files to gitignore 2025-05-11 23:10:19 -05:00
b4ebb5a921 Merge branch 'main' of https://patterns.place/admin/FearFactory 2025-05-11 23:08:41 -05:00
f26b356072 Changes
Spawn Req in darkwaters for storms off

Blackhole sun from defile resrc pack
2025-05-11 22:59:21 -05:00
bf63a15972 Resource packs - disabled some mods
added several resource packs that do the following:

Improve animations

Improve spiders

improve enchantment table

add different icons for different enchantment books making them easier to tell apart.

Disabled palladium for increased load times
2025-05-11 22:37:57 -05:00
2f479cc743 blink load cache added to .gitignore 2025-05-11 22:17:08 -05:00
7ed5929da0 Merge branch 'main' of https://patterns.place/admin/FearFactory 2025-05-11 22:08:40 -05:00
4aa40cd026 [PSA] optimizations added (VERY LONG FIRST LOAD)
[PSA] If you are having load time issues when testing, temporarily disable palladium, and all the trims, also disable tool trims.

- added lazy loading mod which does caching to decrease boot times

- added lazy cache folder to gitignore to ensure fresh boots on newly cloned repositories

- Added Staaaaaaaaaaaaaaaaaack which allows stacks to be combined into much larger stacks can prevent server crashes

- added not enough recipe book & dependency octo lib
   this removes the recipe book from the game which greatly improves performance

- Added render scale - allowing users to change render resolution independently of GUI scale (can only be done in mod config menu)

- added fast boot, smooth boot, and blinkload which decrease boot times

- added immersive UI makes the UI more wismical

- added immersive optimization, optimizes entity ticking

- added entity culling

- added mods optimizer (this does not optimize in the traditional sense, instead removes client side only mods from servers incase they are included by mistake)

- added exordium which decreases the FPS of GUI elements

- added alternate current which optimizes redstone ticking

- added attribute fix which uncaps attributes (vanilla mechanic that mods overlook when they overload these values)

- added palladium & dependancy ToadLib, increases boot times but de-duplicates objects in memory which can result in massive performance gains

- added structure_layout_optimizer & dependency resourceful config, this mod decreases the time it takes to generate structures via octree magic.

- added a fork of lithium known as radium, radium is a modern, general-purpose optimization mod for Minecraft which works to improve a number of systems (game physics, mob AI, block ticking, etc) with the goal of not changing any vanilla mechanics.

- added enlightend block entities which massively increases the rendering preformace of some block entities.

- added GPU tape to decrease boot times

- disabled ultimine_addition for now until dependency can be resolved
2025-05-11 22:07:34 -05:00
740cda0847 Merge branch 'main' of https://patterns.place/admin/FearFactory 2025-05-11 20:39:33 -05:00
2ee4584be6 Removed ScarySpiders by ConRad
Removed ScarySpiders by ConRad
2025-05-11 20:39:13 -05:00
a8c6ff1752 added hook folder to repo 2025-05-11 19:54:14 -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