Files
meatballcraft/config/modularmachineryaddons.cfg
T
2025-10-09 22:50:19 +08:00

23 lines
731 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
# Whether the cooldown for assemblies/disassemblies should be enabled or not. Default: true
B:cooldownEnabled=true
# 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
}