fix drop on extended bed foot

This commit is contained in:
Vanessa Ezekowitz 2014-09-18 02:23:11 -04:00
parent 730f1c843b
commit cc036527b0

View File

@ -408,7 +408,8 @@ for _, color in ipairs(bedcolors) do
then then
minetest.set_node({x=pos.x, y=pos.y-1.0, z=pos.z}, { name = "homedecor:bed_"..color.."_foot", param2 = fdir}) minetest.set_node({x=pos.x, y=pos.y-1.0, z=pos.z}, { name = "homedecor:bed_"..color.."_foot", param2 = fdir})
end end
end end,
drop = "homedecor:bed_"..color.."_foot"
}) })
end end