Mana
Make the recipe consume or produce mana.
Mana requirement is used to define mana inputs and outputs for a custom machine recipe.
To use it you just need to provide the amount of mana you want the recipe to consume/produce.
This requirement is available in both input
and output
modes.
In input mode : When starting to craft the recipe, the machine will consume the specified amount of mana from the machine mana component.
In output mode : When starting to craft the recipe, the machine will produce the specified amount of mana and put it in the machine mana component.
The requirement type of mana requirement is : "custommachinery:mana"
.
Properties
The Mana Requirement has 3 mandatory property.
Mandatory properties
Example
A mana requirement that will make the recipe produce 2672 mana:
A mana requirement that will make the recipe consume 100 mana:
Last updated