28 lines
1.0 KiB
TOML
28 lines
1.0 KiB
TOML
#Nearby sponges will immediately suck up liquids placed from buckets.
|
|
prevent_emptying_buckets = false
|
|
#The cooldown in ticks after using a sponge on a stick item, just like ender pearls.
|
|
#Set to '0' to disable the cooldown.
|
|
#Range: 0 ~ 72000
|
|
stick_cooldown_ticks = 10
|
|
|
|
[aquatic_sponge]
|
|
#The radius in blocks centered on where the sponge on a stick was clicked where all liquids will be removed.
|
|
#Range: 1 ~ 16
|
|
stick_radius = 4
|
|
#The radius in blocks centered on the sponge where all liquids will be removed.
|
|
#Range: 1 ~ 16
|
|
block_radius = 8
|
|
#Should the sponge be destroyed after removing a hot liquid such as lava.
|
|
destroy_touching_hot = true
|
|
|
|
[magmatic_sponge]
|
|
#The radius in blocks centered on where the sponge on a stick was clicked where all liquids will be removed.
|
|
#Range: 1 ~ 16
|
|
stick_radius = 6
|
|
#The radius in blocks centered on the sponge where all liquids will be removed.
|
|
#Range: 1 ~ 16
|
|
block_radius = 12
|
|
#Should the sponge be destroyed after removing a hot liquid such as lava.
|
|
destroy_touching_hot = false
|
|
|