mirror of
https://github.com/paramat/watershed.git
synced 2025-07-22 10:10:35 +02:00
Obsidian volcanos, stacked realm/singlenode options, bugfixes
This commit is contained in:
@ -274,7 +274,7 @@ minetest.register_node("watershed:lava", {
|
||||
liquid_alternative_source = "watershed:lava",
|
||||
liquid_viscosity = LAVA_VISC,
|
||||
liquid_renewable = false,
|
||||
liquid_range = 2,
|
||||
liquid_range = 0,
|
||||
damage_per_second = 8,
|
||||
post_effect_color = {a=192, r=255, g=64, b=0},
|
||||
groups = {lava=3, liquid=2, hot=3, igniter=1},
|
||||
@ -313,7 +313,7 @@ minetest.register_node("watershed:lavaflow", {
|
||||
liquid_alternative_source = "watershed:lava",
|
||||
liquid_viscosity = LAVA_VISC,
|
||||
liquid_renewable = false,
|
||||
liquid_range = 2,
|
||||
liquid_range = 0,
|
||||
damage_per_second = 8,
|
||||
post_effect_color = {a=192, r=255, g=64, b=0},
|
||||
groups = {lava=3, liquid=2, hot=3, igniter=1, not_in_creative_inventory=1},
|
||||
|
Reference in New Issue
Block a user