Skip to content
Snippets Groups Projects
Forked from Illuna-Minetest / minetest_game
1726 commits behind the upstream repository.
  • Auke Kok's avatar
    78c632eb
    Allow interaction with nodes while wielding these items. · 78c632eb
    Auke Kok authored
    - 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.
    78c632eb
    History
    Allow interaction with nodes while wielding these items.
    Auke Kok authored
    - 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.
init.lua 6.49 KiB