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 falseDrop Exp
if set to true, when this generator stage is harvested it will drop default exp.
drop-exp: true # default is falseDefault Drops
If set to true, when this generator stage is harvested it will drop default exp and items.
default-drops: true # default is falseLast updated