homedecor beds not compatible with current beds mod
This commit is contained in:
parent
a3b114562b
commit
fbca874552
2
TODO.txt
2
TODO.txt
@ -8,6 +8,7 @@ easy (priority 1):
|
|||||||
- edit <world_path>/players.sqlite database & add home_gui positions so <world_path>/home_gui.home can be deleted
|
- edit <world_path>/players.sqlite database & add home_gui positions so <world_path>/home_gui.home can be deleted
|
||||||
- pbmarks:
|
- pbmarks:
|
||||||
- fix so players don't teleport into walls
|
- fix so players don't teleport into walls
|
||||||
|
- fix homedecor beds
|
||||||
|
|
||||||
easy (priority 2):
|
easy (priority 2):
|
||||||
------------------
|
------------------
|
||||||
@ -29,6 +30,7 @@ hard (priority 1):
|
|||||||
- add option to disallow setting bookmarks in areas owned/protected by other players
|
- add option to disallow setting bookmarks in areas owned/protected by other players
|
||||||
- cmer_shark:
|
- cmer_shark:
|
||||||
- fix spawning
|
- fix spawning
|
||||||
|
- fix throwing bows (not compatible with current wielded_light)
|
||||||
|
|
||||||
hard (priority 2):
|
hard (priority 2):
|
||||||
------------------
|
------------------
|
||||||
|
@ -68,8 +68,12 @@ homedecor.register("bed_regular", {
|
|||||||
homedecor.bed_expansion(pos, clicker, itemstack, pointed_thing, true)
|
homedecor.bed_expansion(pos, clicker, itemstack, pointed_thing, true)
|
||||||
return itemstack
|
return itemstack
|
||||||
else
|
else
|
||||||
-- bed_on_rightclick(pos, node, clicker)
|
-- FIXME: not compatible with current beds mod
|
||||||
beds.on_rightclick(pos, clicker)
|
if beds.on_rightclick then
|
||||||
|
--bed_on_rightclick(pos, node, clicker)
|
||||||
|
beds.on_rightclick(pos, clicker)
|
||||||
|
end
|
||||||
|
|
||||||
return itemstack
|
return itemstack
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user