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:
parent
546500db7d
commit
8c50052738
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue
Block a user