Reduce lava flow range to 2
This commit is contained in:
parent
a0b62797c2
commit
8075a5d83f
1 changed files with 1 additions and 0 deletions
|
@ -1126,6 +1126,7 @@ minetest.register_node("default:lava_flowing", {
|
||||||
liquid_alternative_flowing = "default:lava_flowing",
|
liquid_alternative_flowing = "default:lava_flowing",
|
||||||
liquid_alternative_source = "default:lava_source",
|
liquid_alternative_source = "default:lava_source",
|
||||||
liquid_viscosity = 7,
|
liquid_viscosity = 7,
|
||||||
|
liquid_range = 2,
|
||||||
liquid_renewable = false,
|
liquid_renewable = false,
|
||||||
damage_per_second = 4 * 2,
|
damage_per_second = 4 * 2,
|
||||||
post_effect_color = {a = 191, r = 255, g = 64, b = 0},
|
post_effect_color = {a = 191, r = 255, g = 64, b = 0},
|
||||||
|
|
Loading…
Reference in a new issue