Set is_ground_content to false (#386)

This commit is contained in:
DS
2017-10-31 22:50:39 +01:00
committed by Vitaliy
parent db39eef2f6
commit ff0bd76efe
31 changed files with 63 additions and 10 deletions

View File

@ -625,6 +625,7 @@ for d = 0, 1 do
},
inventory_image = top,
paramtype = "light",
is_ground_content = false,
groups = groups,
drop = BASENAME.."0000",
sunlight_propagates = true,
@ -672,6 +673,7 @@ minetest.register_node(BASENAME .. "_burnt", {
inventory_image = "jeija_luacontroller_burnt_top.png",
is_burnt = true,
paramtype = "light",
is_ground_content = false,
groups = {dig_immediate=2, not_in_creative_inventory=1},
drop = BASENAME.."0000",
sunlight_propagates = true,