1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-09-27 14:20:18 +02:00
minetest_game/mods
Auke Kok 78c632ebd4 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.
2017-02-28 18:16:12 -08:00
..
beds Allow interaction with nodes while wielding these items. 2017-02-28 18:16:12 -08:00
boats Allow interaction with nodes while wielding these items. 2017-02-28 18:16:12 -08:00
bones Bones: Search for nearby 'air' for fallback bones placement 2016-09-10 05:19:15 +01:00
bucket Bucket: Allow buckets to trigger the on_punch of entities and nodes 2016-11-02 12:39:56 +00:00
carts Allow interaction with nodes while wielding these items. 2017-02-28 18:16:12 -08:00
creative Creative: Cache creative mode setting 2017-02-01 17:51:35 +00:00
default Allow interaction with nodes while wielding these items. 2017-02-28 18:16:12 -08:00
doors Keys: Show owner in description 2017-02-27 19:00:14 -08:00
dye Dye: Simplify recipes. 2017-01-11 23:53:44 -08:00
farming Allow interaction with nodes while wielding these items. 2017-02-28 18:16:12 -08:00
fire Textures: Strip color profiles from some textures 2017-01-22 07:43:12 +00:00
flowers Waterlily: Avoid z-fighting of base texture with water surface 2017-02-12 01:23:53 +00:00
give_initial_stuff Change WTFPL to MIT (part 3) 2016-09-07 04:44:53 +01:00
killme Add /killme chat command 2017-01-07 22:01:19 +00:00
nyancat Nyancat: Make nyancat and rainbow light sources 2016-11-10 08:10:41 +00:00
screwdriver Change WTFPL to MIT (part 3) 2016-09-07 04:44:53 +01:00
sethome Fix whitespace errors to silence luacheck. 2016-11-19 19:39:51 -08:00
sfinv Add sfinv.set_page, plus other helper functions 2017-02-10 23:54:57 +00:00
stairs Stairs: Fix smooth lighting of stair mesh 2017-01-26 17:55:16 +00:00
tnt TNT: Log explosions and player igniting tnt or gunpowder 2017-01-19 21:57:34 -08:00
vessels Do not show item overlay if slot is occupied by item (bookshelf, vessels shelf) 2016-11-14 20:03:49 +01:00
walls Licenses: (Part 4) Remove overlooked WTFPL text. Cleanup 2016-09-08 06:17:05 +01:00
wool Change WTFPL to MIT (part 3) 2016-09-07 04:44:53 +01:00
xpanes Xpanes: Improve bars texture 2016-12-04 06:35:39 +00:00