Update nodes.lua
This commit is contained in:
parent
8600163e7b
commit
905948424a
@ -217,7 +217,7 @@ minetest.register_node("ws_core:water_source_toxic", {
|
||||
diggable = false,
|
||||
buildable_to = true,
|
||||
is_ground_content = false,
|
||||
damage_per_second = 5,
|
||||
damage_per_second = 2,
|
||||
drop = "",
|
||||
drowning = 1,
|
||||
liquidtype = "source",
|
||||
@ -258,7 +258,7 @@ minetest.register_node("ws_core:water_flowing_toxic", {
|
||||
alpha = 160,
|
||||
paramtype = "light",
|
||||
paramtype2 = "flowingliquid",
|
||||
damage_per_second = 5,
|
||||
damage_per_second = 2,
|
||||
walkable = false,
|
||||
pointable = false,
|
||||
diggable = false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user