Clean slate

This commit is contained in:
bytegrip
2025-11-08 17:53:47 +02:00
commit a919c8717e
944 changed files with 134472 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Configuration file
general {
B:enable_battery=true
B:enable_circuits=true
# Enables crafting items required to make most of the content. Only disable if other mods provide the resources or custom recipes are implemented.
B:enable_crafting_items=true
B:enable_ingots=true
# Enables finding crafting items inside of chests as loot. Use a loot table mod to change the drop rates.
B:enable_loot_drops=true
B:enable_plates=true
# Enables dropping sulfur from creepers and blazes. Use a loot table mod to change the drop rates.
B:enable_sulfur_drops=true
B:enable_wires=true
}