diff --git a/mods/homedecor_modpack/homedecor/roofing.lua b/mods/homedecor_modpack/homedecor/roofing.lua index 6c59eb0d..be3fd1cf 100755 --- a/mods/homedecor_modpack/homedecor/roofing.lua +++ b/mods/homedecor_modpack/homedecor/roofing.lua @@ -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),