mirror of
https://github.com/paramat/watershed.git
synced 2025-07-22 18:20:34 +02:00
Revert 4 noise canyongen. Fissures. Ores. Return to 0.2.0 parameters
This commit is contained in:
@ -72,7 +72,7 @@ minetest.register_node("watershed:water", {
|
||||
liquid_alternative_source = "watershed:water",
|
||||
liquid_viscosity = WATER_VISC,
|
||||
liquid_renewable = false,
|
||||
liquid_range = 4,
|
||||
liquid_range = 3,
|
||||
post_effect_color = {a=64, r=100, g=100, b=200},
|
||||
groups = {water=3, liquid=3, puts_out_fire=1},
|
||||
})
|
||||
@ -109,7 +109,7 @@ minetest.register_node("watershed:waterflow", {
|
||||
liquid_alternative_source = "watershed:water",
|
||||
liquid_viscosity = WATER_VISC,
|
||||
liquid_renewable = false,
|
||||
liquid_range = 4,
|
||||
liquid_range = 3,
|
||||
post_effect_color = {a=64, r=100, g=100, b=200},
|
||||
groups = {water=3, liquid=3, puts_out_fire=1, not_in_creative_inventory=1},
|
||||
})
|
Reference in New Issue
Block a user