Item & Exp Drops
You can define default item and exp drops so that generators behave vanilla like.
Drop Items
If set to true, when this generator stage is harvested it will drop default items.
drop-items: true # default is false
Drop Exp
if set to true, when this generator stage is harvested it will drop default exp.
drop-exp: true # default is false
Default Drops
If set to true, when this generator stage is harvested it will drop default exp and items.
default-drops: true # default is false
Last updated