make lava renewable in the nether
This commit is contained in:
parent
19d72da17e
commit
b6bb2e4dbd
@ -81,7 +81,7 @@ minetest.register_node("nether:lava", {
|
||||
liquid_alternative_flowing = "nether:lavaflow",
|
||||
liquid_alternative_source = "nether:lava",
|
||||
liquid_viscosity = 1,
|
||||
liquid_renewable = false,
|
||||
liquid_renewable = true,
|
||||
damage_per_second = 4 * 2,
|
||||
post_effect_color = {a = 191, r = 255, g = 64, b = 0},
|
||||
groups = {lava = 3, liquid = 2, igniter = 1},
|
||||
@ -133,7 +133,7 @@ minetest.register_node("nether:lavaflow", {
|
||||
liquid_alternative_flowing = "nether:lavaflow",
|
||||
liquid_alternative_source = "nether:lava",
|
||||
liquid_viscosity = 1,
|
||||
liquid_renewable = false,
|
||||
liquid_renewable = true,
|
||||
damage_per_second = 2,
|
||||
post_effect_color = {a = 191, r = 255, g = 64, b = 0},
|
||||
groups = {lava = 3, liquid = 2, igniter = 1},
|
||||
|
Loading…
x
Reference in New Issue
Block a user