1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-07-14 06:10:26 +02:00

added player checks for crop placement

This commit is contained in:
TenPlus1
2018-06-19 18:36:00 +01:00
parent 8a4ca846d9
commit 1018a558d2
5 changed files with 24 additions and 13 deletions

View File

@ -40,7 +40,6 @@ The farming API allows you to easily register plants and hoes.
Note: Any crops registered with the above function will use the new growing routines, also if crops are manually added with the {growing=1} group they will also grow.
### Crop functions
If a mod registers nodes to be used as crops using the {growing=1} group then an additional function can be used for custom growth checks instead of the standard 'are we above wet soil'.