This commit is contained in:
Jacob Vinding
2025-12-27 00:06:47 +01:00
commit 1c991e905d
1095 changed files with 172738 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
# Configuration file
general {
##########################################################################################################
# general
#--------------------------------------------------------------------------------------------------------#
# General settings
##########################################################################################################
general {
# Changing this to true will cause the Etho slab to also drop onto Villagers [default: false]
B:ethoSlabVillagers=true
# This setting limits the slab chest max stacksize to 32 [default: false]
B:nerfSlabChest=true
# This setting limits the slab furnace max stacksize to 32 [default: false]
B:nerfSlabFurnace=true
}
##########################################################################################################
# modsupport
#--------------------------------------------------------------------------------------------------------#
# Mod Support settings
##########################################################################################################
modsupport {
tconstruct {
# This setting enables rendering of items on the appropiate tinkers slabs [default: true]
B:tinkersTopRendering=true
}
}
}