This reverts commit 52e4382359
.
This commit is contained in:
parent
7a07d79289
commit
16d676184e
1 changed files with 2 additions and 2 deletions
|
@ -1842,7 +1842,7 @@ minetest.register_node("default:lava_source", {
|
|||
liquid_alternative_source = "default:lava_source",
|
||||
liquid_viscosity = 7,
|
||||
liquid_renewable = false,
|
||||
damage_per_second = 30,
|
||||
damage_per_second = 4 * 2,
|
||||
post_effect_color = {a = 191, r = 255, g = 64, b = 0},
|
||||
groups = {lava = 3, liquid = 2, igniter = 1},
|
||||
})
|
||||
|
@ -1888,7 +1888,7 @@ minetest.register_node("default:lava_flowing", {
|
|||
liquid_alternative_source = "default:lava_source",
|
||||
liquid_viscosity = 7,
|
||||
liquid_renewable = false,
|
||||
damage_per_second = 30,
|
||||
damage_per_second = 4 * 2,
|
||||
post_effect_color = {a = 191, r = 255, g = 64, b = 0},
|
||||
groups = {lava = 3, liquid = 2, igniter = 1,
|
||||
not_in_creative_inventory = 1},
|
||||
|
|
Loading…
Reference in a new issue