minetest_game/mods/farming
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
..
textures Textures: Revert many back to RGBA to fix visual bug 2016-11-19 23:45:08 +00:00
README.txt Change WTFPL to MIT (part 3) 2016-09-07 04:44:53 +01:00
api.lua Allow interaction with nodes while wielding these items. 2017-02-28 18:16:12 -08:00
depends.txt Add farming mod 2013-05-21 18:53:10 +02:00
hoes.lua Make flammable: Flowers, grasses and several crafitems 2016-10-25 02:37:36 +01:00
init.lua Farming: Change wheat into # shaped plant 2016-12-04 06:34:51 +00:00
license.txt Change WTFPL to MIT (part 3) 2016-09-07 04:44:53 +01:00
nodes.lua Fix whitespace errors to silence luacheck. 2016-11-19 19:39:51 -08:00

README.txt

Minetest Game mod: farming
==========================
See license.txt for license information.

Authors of source code
----------------------
Originally by PilzAdam (MIT)
webdesigner97 (MIT)
Various Minetest developers and contributors (MIT)

Authors of media (textures)
---------------------------
Created by PilzAdam (CC BY 3.0):
  farming_bread.png
  farming_soil.png
  farming_soil_wet.png
  farming_soil_wet_side.png
  farming_string.png

Created by BlockMen (CC BY 3.0):
  farming_tool_diamondhoe.png
  farming_tool_mesehoe.png
  farming_tool_bronzehoe.png
  farming_tool_steelhoe.png
  farming_tool_stonehoe.png
  farming_tool_woodhoe.png

Created by MasterGollum (CC BY 3.0):
  farming_straw.png

Created by Gambit (CC BY 3.0):
  farming_wheat.png
  farming_wheat_*.png
  farming_cotton_*.png
  farming_flour.png
  farming_cotton_seed.png
  farming_wheat_seed.png