[homedecor] Fix #433 : make shingles walkable

This commit is contained in:
LeMagnesium 2016-05-14 18:27:22 +02:00
parent 546500db7d
commit 8c50052738
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ for _, s in pairs({"asphalt", "terracotta", "wood"}) do
wield_image = "homedecor_shingles_"..s..".png",
inventory_image = "homedecor_shingles_"..s.."_inv.png",
paramtype = "light",
walkable = false,
groups = { snappy = 3 },
sounds = default.node_sound_wood_defaults(),
selection_box = homedecor.nodebox.slab_y(0.1),