Mana Spreader¶
Available in all versions
Mana Spreaders are used to transfer mana from one source to another.
Requirement
Requires the Botania mod to be installed
| Peripheral Name | Interfaces with | Has events | Introduced in | 
|---|---|---|---|
| manaSpreader | Mana Spreader block | No | 0.6b | 
Functions¶
getMana¶
getMana() -> number
getMaxMana¶
getMaxMana() -> number
isEmpty¶
isEmpty() -> boolean
isFull¶
isFull() -> boolean
getVariant¶
getVariant() -> string
getBounding¶
getBounding() -> table
Properties¶
| table | Description | 
|---|---|
| x: number | The x coordinate | 
| y: number | The y coordinate | 
| z: number | The z coordinate | 
Available in versions >=1.20.1-0.7.39r
hasLens¶
hasLens() -> boolean
Available in versions >=1.20.1-0.7.39r
getLens¶
getLens() -> table
Changelog/Trivia¶
1.20.1-0.7.39r
Ported Botania integration to 1.20.1  
Added getLens() and hasLens()
0.7.16
Ported Botania integration to 1.18
0.6b
Added integration for Botania
