diff options
author | tenplus1 <tenplus1@users.noreply.github.com> | 2018-06-17 09:59:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-17 09:59:59 +0100 |
commit | b11eb1c0057a40176b2d4c95b7a97561e3146df5 (patch) | |
tree | 8bfcf2ddc1d1f85de4206fa8256b89efee2d9fe3 | |
parent | 021fd4b1e74fe09a983f51670f27a59efec0801c (diff) |
Update README.md
add growth_check(pos, nodename) function
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ This mod works by adding your new plant to the {growing=1} group and numbering t ### Changelog: +- 1.37 - Added custom 'growth_check(pos, nodename) function for crop nodes to use (check cocoa.lua for example) - 1.36 - Added Beetroot, Beetroot Soup (6x beetroot, 1x bowl), fix register_plant() issue, add new recipes - 1.35 - Deprecated bronze/mese/diamond hoe's, added hoe bomb and deprecated hoe's as lucky block prizes - 1.34 - Added scarecrow Base (5x sticks in a cross shape) |