v3.42.3 - Added Sweet Berry Bush and haverst-only option
- Added sweet_berry_bush.yml generator
- Added harvest-only option for generator stages:
Code (YAML):
---# ===== Stage 2 ===== # type: ripe
block: dirt
harvest-only: true
# This block is skipped during growth
# OLD ---# ===== Stage 2 ===== # type: ripe
block: dirt
growth: 0
# This is still valid but it is a little harder to reason with for users that are not very experienced with this plugin.