1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-11-05 01:50:25 +01:00

[homedecor] Fix #433 : make shingles walkable

This commit is contained in:
LeMagnesium 2016-05-14 18:27:22 +02:00
parent 546500db7d
commit 8c50052738

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),