Commit Graph

21 Commits (master)

Author SHA1 Message Date
BlockMen b770d33635 Fix for 0.4.10 2014-07-31 13:04:26 +02: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
NyankoSensei fa1e9b0454 And again for the orange textures. 2014-05-18 14:54:59 -04:00
NyankoSensei d31ee3b838 Same for the potato textures 2014-05-18 14:51:41 -04:00
NyankoSensei bcc4da2ffd New carrot textures
to better match the colors/style of the default game texture pack
2014-05-18 14:48:15 -04:00
asl97 7773643c19 a fix so that all sword (and item with sword in their name) are able to craft pumpkin into pumpkin face 2014-04-16 03:03:45 +08: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
Vanessa Ezekowitz 793551e713 Fix misspellings in potatoes
(the singular is "potato", not "potatoe")
2013-11-03 17:19:45 -05: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 086599805b Add all plants to the plants group 2013-07-11 02:44:09 +02:00
hdastwb 41a927a5fb marked pumpkins as plants so that they are excluded from reverting soil
by adding `plant=1` to each pumpkin plant definition
2013-06-27 14:16:47 -04:00
PilzAdam 49b28f8c9e Convert farming:wheat properly 2013-05-21 21:09:20 +02:00
PilzAdam f9ed525484 Update depends.txt 2013-05-21 19:21:59 +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 902f115cd0 Update README 2012-09-17 17:50:27 +02:00
PilzAdam 35c5593a9f First commit 2012-09-17 17:48:37 +02:00