Commit Graph

12 Commits (master)

Author SHA1 Message Date
BlockMen 7e0d976f90 Fix for 0.4.10 2014-10-01 15:46:39 -04:00
Ciaran Gultnieks 94c261b8a4 Let right-click handler override seed placement
A customer on_place_node is used for seed planting. This change lets a
node with a custom right-click handler get called instead (as it would
normally) before the seed placement is done. This allows the placement
of seeds in various contains that rely on this, e.g. barrels, item
frames, without impacting on the actual use of the seeds.

Additionally, on_place_node the handler is moved to a common location
rather than being duplicated across every file.
2014-05-23 18:46:48 -04:00
asl97 b32ef86798 centralize translation `S` code in init.lua to reduce the number of dofile 2014-04-16 02:49:33 +08:00
asl97 aac6de40a3 pull everything from other fork:
update deprecated `minetest.env:` from Jat
Bananas and cocoa fall when tree and leaves disappear from Lukc
centralize place_seed in init from farming mod from asl97, myself
add translation support from Xanthin
2014-04-16 02:28:11 +08:00
Zeg9 7f36bcb55a Generate plants in the map (so one can get seeds) 2013-11-03 17:19:09 -05:00
PilzAdam 7d86ca7367 Dont conflict with farming in minetest_game 2013-11-03 23:04:35 +01:00
PilzAdam 49b28f8c9e Convert farming:wheat properly 2013-05-21 21:09:20 +02:00
PilzAdam 26840fe47a Remove rubber trees since they are in moretrees now 2013-05-21 19:16:21 +02:00
PilzAdam 35ab137f56 Update to farming in upstream 2013-05-21 19:11:28 +02:00
PilzAdam 90390ec833 Make farming_plus an extension for farming 2012-09-29 12:10:56 +02:00
PilzAdam 883ee3ca7d Prevent nil as return value of get_node_light() 2012-09-17 18:02:44 +02:00
PilzAdam 35c5593a9f First commit 2012-09-17 17:48:37 +02:00