forked from nalc/homedecor_modpack
fix drop on extended bed foot
This commit is contained in:
parent
730f1c843b
commit
cc036527b0
@ -408,7 +408,8 @@ for _, color in ipairs(bedcolors) do
|
||||
then
|
||||
minetest.set_node({x=pos.x, y=pos.y-1.0, z=pos.z}, { name = "homedecor:bed_"..color.."_foot", param2 = fdir})
|
||||
end
|
||||
end
|
||||
end,
|
||||
drop = "homedecor:bed_"..color.."_foot"
|
||||
})
|
||||
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user