Files
meatballcraft/config/modularmachineryaddons.cfg
T
2025-08-02 16:48:58 +08:00

21 lines
608 B
INI

# Configuration file
general {
# The amount of blocks that should be processed during multiblock assembly, per tick. Default: 4
I:assemblyBlocksProcessedPerTick=4
# Whether the construct tool should include NBT in the machine output. Default: false
B:constructNBT=false
# The cooldown between multiblock assemblies. Default: 1 second
I:cooldown=1
# The amount of blocks that should be processed during multiblock disassembly, per tick. Default: 4
I:disassemblyBlocksProcessedPerTick=4
# The amount of radiation that. Default: 10000
I:spongeMaxRadiation=10000
}