Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update drowning
Needed if #851 gets merged
  • Loading branch information
BlockMen committed Aug 2, 2013
1 parent eb71e01 commit fa9424c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mods/default/nodes.lua
Expand Up @@ -433,6 +433,7 @@ minetest.register_node("default:water_flowing", {
diggable = false,
buildable_to = true,
drop = "",
drowning = 1,
liquidtype = "flowing",
liquid_alternative_flowing = "default:water_flowing",
liquid_alternative_source = "default:water_source",
Expand Down Expand Up @@ -464,6 +465,7 @@ minetest.register_node("default:water_source", {
diggable = false,
buildable_to = true,
drop = "",
drowning = 1,
liquidtype = "source",
liquid_alternative_flowing = "default:water_flowing",
liquid_alternative_source = "default:water_source",
Expand Down Expand Up @@ -498,6 +500,7 @@ minetest.register_node("default:lava_flowing", {
diggable = false,
buildable_to = true,
drop = "",
drowning = 1,
liquidtype = "flowing",
liquid_alternative_flowing = "default:lava_flowing",
liquid_alternative_source = "default:lava_source",
Expand Down Expand Up @@ -530,6 +533,7 @@ minetest.register_node("default:lava_source", {
diggable = false,
buildable_to = true,
drop = "",
drowning = 1,
liquidtype = "source",
liquid_alternative_flowing = "default:lava_flowing",
liquid_alternative_source = "default:lava_source",
Expand Down

0 comments on commit fa9424c

Please sign in to comment.