-
- Downloads
Allow interaction with nodes while wielding these items.
- beds - boats - carts - key/skeleton key - seeds All these had on_place handlers that did not allow nodes with an on_rightclick() handler to be used first (if not using sneak). This code is taken from the torches mod and applied everywhere. This allows all these items to e.g. be inserted into the `frame` mod's item frames.
Showing
- mods/beds/api.lua 8 additions, 0 deletionsmods/beds/api.lua
- mods/boats/init.lua 9 additions, 0 deletionsmods/boats/init.lua
- mods/carts/cart_entity.lua 9 additions, 0 deletionsmods/carts/cart_entity.lua
- mods/default/tools.lua 19 additions, 2 deletionsmods/default/tools.lua
- mods/farming/api.lua 9 additions, 0 deletionsmods/farming/api.lua
Please register or sign in to comment