Farming: Change wheat into # shaped plant
authorAuke Kok <sofar@foo-projects.org>
Sat, 3 Dec 2016 07:39:25 +0000 (23:39 -0800)
committerparamat <mat.gregory@virginmedia.com>
Sun, 4 Dec 2016 06:34:51 +0000 (06:34 +0000)
commitea9c4012d53fe85e1af839f70c601d86aba3930a
tree4926a141ddb0944efbbfd6243ff2233752840fe2
parentd7f176dfd836373f162b888c79634817cef15ca7
Farming: Change wheat into # shaped plant

This changes the farming API such that any nodedef with paramtype2
and place_param2 are passed through to all the plant stages of the
farming plant.

This allows plants to use an alternative mesh for the plantlike
drawtype, and provide a bit of graphical variation in plants.

We enable this for wheat, using place_param2 = 3, which is the '#'
shaped plant mesh. If you would actually be able to give yourself
this plant in creative or through /give, you would also get the
same '#' shape.
mods/farming/api.lua
mods/farming/init.lua