Mana per tick
Make the recipe consume or produce mana every tick
Mana per tick requirement is used to define per-tick 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 each tick.
This requirement is available in both input
and output
modes.
In input mode : While crafting the recipe, the machine will consume the specified amount of mana each tick from the machine mana component.
In output mode : While crafting the recipe, the machine will produce the specified amount of mana each tick and put it in the machine mana component.
The requirement type of mana per tick requirement is :"custommachinery:mana_per_tick"
Properties
The mana per tick requirement has 3 mandatory properties.
Mandatory properties
Example
A mana per tick requirement that will make the recipe produce 2672 mana per tick:
A mana per tick requirement that will make the recipe consume 20 mana per tick:
Last updated