Mana Pool¶
Available in all versions
Mana Pools are used to store mana. They are also used to craft items.
Requirement
Requires the Botania mod to be installed
Peripheral Name | Interfaces with | Has events | Introduced in |
---|---|---|---|
manaPool | Mana Pool block | No | 0.6b |
Functions¶
getMana¶
getMana() -> number
getMaxMana¶
getMaxMana() -> number
getManaNeeded¶
getManaNeeded() -> number
Added in version 0.7.4r
Returns the amount of mana needed to fill the pool. Equivalent to getMaxMana() - getMana()
.
isEmpty¶
isEmpty() -> boolean
isFull¶
isFull() -> boolean
Changelog/Trivia¶
0.7.16
Ported Botania integration to 1.18
0.7.4r
Added getManaNeeded
to the Mana Pool integration
0.6b
Added integration for Botania