Mana generating flower¶
Picture
Mod: Botania
Block: Any mana generating flower
Mana generating flowers from botania can generate mana for other recipes or rituals.
Functions¶
Function | Returns | Description |
---|---|---|
isPassiveFlower() | boolean | Returns true if the flower can passive generate mana. |
getMaxMana() | int | Returns the capacity for mana. |
getGeneration() | int | Returns the amount that the flower can generate per tick. |
getMana() | int | Returns the stored mana. |
isOnEnchantedSoil() | boolean | Returns true if the flower is on enchanted soil. |
Changelog/Trivia¶
0.6b Added integration for Botania