Tweak homedecor's roofing

It's better for this kind of tweaks in this case to just do a "true" with a comment, for future update of the mod without mistakes
This commit is contained in:
Ombridride 2016-05-14 20:18:33 +02:00
parent 8c50052738
commit fdd2eb9454
1 changed files with 1 additions and 0 deletions

View File

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