Fellies/defaultconfigs[default]/rangedpumps-server.toml

28 lines
812 B
TOML
Raw Permalink Normal View History

2021-01-28 20:11:47 +00:00
[pump]
#The range of the pump
#Range: 0 ~ 1024
range = 64
#The interval in ticks for when to move on to the next block (higher is slower)
#Range: 0 ~ 1024
2021-02-12 14:22:54 +00:00
speed = 8
2021-01-28 20:11:47 +00:00
#The capacity of the internal pump tank
#Range: > 1000
2021-02-12 14:22:54 +00:00
tankCapacity = 32000
2021-01-28 20:11:47 +00:00
#The capacity of the energy storage
#Range: > 0
2021-02-12 14:22:54 +00:00
energyCapacity = 32000
2021-01-28 20:11:47 +00:00
#Energy drained when moving to the next block
#Range: > 0
energyUsagePerMove = 0
#Energy drained when draining liquid
#Range: > 0
2021-02-12 14:22:54 +00:00
energyUsagePerDrain = 100
2021-01-28 20:11:47 +00:00
#Whether the pump uses energy to work
useEnergy = true
#Replaces liquids that are removed with a block defined in 'blockIdToReplaceLiquidsWith' (to reduce lag)
replaceLiquidWithBlock = true
#The block that liquids are replaced with when 'replaceLiquidWithBlock' is true
blockIdToReplaceLiquidsWith = "minecraft:stone"