Botania Mana (Compat)
How to create a Mana Port?
{
"id": "my_mana_port",
"controllerIds": "mm:controller_a",
"name": "My Mana Port",
"type": "mm:botania/mana",
"config": {
"capacity": 1000
}
}"type": "mm:botania/mana"The "type" field for the Botania mana port is set to mm:botania/mana. This tells the config reader to look for Botania mana port-specific fields inside the "config" object field.
"config": {
"capacity": 1000
}Inside of the "config" field, the "capacity" field is used to define maximum amount of mana that can be stored in the port.
Last updated