Commit Graph

9 Commits

Author SHA1 Message Date
a4741227b9 Configs generated, added some mods including Iron's spellbook. NOTE: need sound whitelist for player sounds
Added
cursery, sneaky curses: adds new curses, causes curses to have a chance to affix when enchanting regardless of its presence in the description, obfuscates curses from tooltip and instead makes the item's name red.
curse of pandora: adds curios and cursed curios
ancientcurses: adds altars where you can earn jewels (gems) to affix to an amulet for bonuses (future curio wip)
Sound attracts mobs, proximity chat, and simple radios for bequiet systems
Iron's spells & spellbook integrates with some of our mods and adds mobs and magic
tenseambiance: dynamic biome based creepy ambient noise
2025-05-27 09:09:23 -05:00
0180adc8df Flesh Dimension now has spooky
ihfr:the_carnage < this dimension now uses the Spooklementary_1.1 nether shaders.

this was surprisingly easy. will have to manually adjust settings via hard-coding them in
2025-05-23 19:30:35 -05:00
b1fcdbaec1 Tons of change
removed problematic delights and butcher
removed abyssal sovereign
disabled man & deeplings for now until controls are made
removed trevor giants in lieu of pehkui giant scaling mod
removed lunar events
removed shadows in the dark for overspawning and not doing anything

added ghast resourcepack
added incontrol for mob controls
added spore infection
added hateflesh dimension

generated configs and modified some
2025-05-22 20:20:46 -05:00
c7994da726 unpacked and edited shaders
disabled fog mod in config (not man in the fog)

dimension.properties edited in shaders to shutoff unassigned dimensions.
2025-05-18 16:19:09 -05:00
2905efd00b generated configs and weather2
possibly bugged anim rate
2025-05-18 00:11:39 -05:00
35b7063666 nerfs to sleep, sanity, timelength - populated defaults - shader settings edits - aktome added
Populated the default config folder - it turns out there are certain configs that are created for each world, you can copy world configs here and they will become the defaults for each world.

day and night time is 5 times longer.

You can sleep in bed, but it no longer advances the time for any reason. Sleep is for the weak.

no longer go immediately insane upon dimension change, but it's still VERY detrimental and immediate round trips are still awful.

rain is now only mildly detrimental to sanity, in most scenarios rain will not cause your sanity to drop but reduce how fast it rises.

Added akashic tome, this lets us bundle mod documentation into one damn book.

Shaders have been messed with, feel free to edit these.
2025-05-16 23:11:49 -05:00
2f54c56b18 Blue giant sun settings, minor sanity changes
Did some harsh configurations with the sun's lighting and configured sanity so you don't immediately die when you're burned by the sun. dmg:sanity from 1:1 to 55:1

Most of the files aren't changed Idk why they're being pushed or reported as changed
2025-05-12 04:28:53 -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