mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +01:00
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:
parent
8c50052738
commit
fdd2eb9454
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user