Fix bad is_ground_content across all mods

This commit is contained in:
Wuzzy 2017-01-04 22:36:51 +01:00
parent af36c9876c
commit 7e980234ce
32 changed files with 161 additions and 52 deletions

View file

@ -140,6 +140,7 @@ minetest.register_node("torches:floor", {
"torches_torch.png^[transformfx", "torches_torch.png", "torches_torch.png"},
paramtype = "light",
paramtype2 = "none",
is_ground_content = false,
sunlight_propagates = true,
drop = "default:torch",
walkable = false,
@ -186,6 +187,7 @@ minetest.register_node("torches:wand", {
paramtype = "light",
paramtype2 = "facedir",
is_ground_content = false,
sunlight_propagates = true,
walkable = false,
light_source = 13,