Fix is_ground_content settings for nodes

Remove line if set to the default of 'true'
This commit is contained in:
paramat 2015-06-14 04:58:54 +01:00
parent 15ef8b0995
commit e15fde1624
10 changed files with 35 additions and 47 deletions

View file

@ -89,6 +89,7 @@ minetest.register_node("vessels:glass_bottle", {
inventory_image = "vessels_glass_bottle_inv.png",
wield_image = "vessels_glass_bottle.png",
paramtype = "light",
is_ground_content = false,
walkable = false,
selection_box = {
type = "fixed",
@ -114,6 +115,7 @@ minetest.register_node("vessels:drinking_glass", {
inventory_image = "vessels_drinking_glass_inv.png",
wield_image = "vessels_drinking_glass.png",
paramtype = "light",
is_ground_content = false,
walkable = false,
selection_box = {
type = "fixed",
@ -139,6 +141,7 @@ minetest.register_node("vessels:steel_bottle", {
inventory_image = "vessels_steel_bottle_inv.png",
wield_image = "vessels_steel_bottle.png",
paramtype = "light",
is_ground_content = false,
walkable = false,
selection_box = {
type = "fixed",