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

@ -78,6 +78,7 @@ function pane(node, desc, dropitem, recipeitem, color)
tile_images = {"xpanes_top_"..node..""..color..".png", "xpanes_top_"..node..""..color..".png", texture},
paramtype = "light",
use_texture_alpha = true,
is_ground_content = false,
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3},
drop = dropitem,
node_box = {
@ -95,6 +96,7 @@ function pane(node, desc, dropitem, recipeitem, color)
description = desc,
tile_images = {"xpanes_pane_"..node..""..color..".png"},
inventory_image = "xpanes_pane_"..node..""..color..".png",
is_ground_content = false,
paramtype = "light",
stack_max = 64,
use_texture_alpha = true,