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.
29 lines
914 B
TOML
29 lines
914 B
TOML
#Make potions stack up to 3 (Configurable)
|
|
enablePotionStacking = true
|
|
#Potions will stack up to this size
|
|
#Range: 1 ~ 64
|
|
potionStackSize = 3
|
|
#Make Golden Apples and Enchanted Golden Apples stack up to 16
|
|
enableGoldenAppleNerf = false
|
|
#Make eggs (items with tag forge:eggs) stack up to 64
|
|
enableEggsStacking = true
|
|
#Make ender pearls stack up to 64
|
|
enablePearlStacking = true
|
|
#Make snowballs stack up to 64
|
|
enableSnowballStacking = true
|
|
#Make bottles of honey stack up to 64
|
|
enableHoneybottleStacking = true
|
|
#Make saddles stack up to 16
|
|
enableSaddleStacking = true
|
|
#Make all sorts of minecarts stack up to 16
|
|
enableMinecartStacking = true
|
|
#Make all sorts of boats stack up to 16
|
|
enableBoatStacking = true
|
|
#Make all Enchanted Books stack up to 16
|
|
enableEnchantedBookStacking = true
|
|
#Make all sorts of beds stack up to 16
|
|
enableBedStacking = true
|
|
#Make all Music Discs stack up to 16
|
|
enableMusicDiscStacking = true
|
|
|