From fdd2eb9454025815c02312a0086e6befc2f6d475 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Sat, 14 May 2016 20:18:33 +0200 Subject: [PATCH] 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 --- mods/homedecor_modpack/homedecor/roofing.lua | 1 + 1 file changed, 1 insertion(+) 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),