Clean slate

This commit is contained in:
bytegrip
2025-11-08 15:21:14 +02:00
commit 73bfc2019d
890 changed files with 112578 additions and 0 deletions

20
config/omlib.cfg Normal file
View File

@@ -0,0 +1,20 @@
# Configuration file
general {
# Is EU support (IndustrialCraft 2 Energy) enabled?
B:EUSupport=true
# How much RF is one EU?
D:EUtoRFRatio=4.0
# Can OPs access all owned blocks?
B:canOPAccessOwnedBlocks=false
# Should some blocks write debug messages on interaction?
B:doDebugChat=false
# Which recipes to use. Valid values: auto, enderio, mekanism, vanilla
S:recipes=auto
}