I have two questions:
- How ChangeBlockEvent.Grow works, because when a plant grow, it’s never called. ChangeBlockEvent.Modify is called.
- Is it possible to set the cause when a block is modify?
I have two questions:
Likely because ChangeBlockEvent.Modify
is implemented, while ChangeBlockEvent.Grow
is not:
SpongeCommon Event Implementation Tracker