forked from minetest-mods/mesecons
Set is_ground_content to false (#386)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user