Botany Pots

Botany Pots

33M Downloads

[Feature Request] Support for Ars Nouveau

dkgof opened this issue ยท 0 comments

commented

When planting in pots, Ars Nouveau no longer detects plant growth.

It looks like they use @SubscribeEvent cropGrow()

In this file:
https://github.com/baileyholl/Ars-Nouveau/blob/4be9a84c9b01e8826fbe09094ab0ea9f83b4d08a/src/main/java/com/hollingsworth/arsnouveau/common/block/tile/ManaCondenserTile.java#L52

And since Botany Pots does not trigger this method, no mana is generated.

Would it either be possible to trigger this, or have some other custom event that Ars Nouveau could listen for instead?