5 ‐ ME Essentia Hatch - Alecsioo/MMCE-Addons GitHub Wiki
ME Essentia Hatches with Aspect
Overview
ME Essentia Hatches allow for the direct input and output of Essentia to/from your digitalized Essentia system using Thaumic Energistics. One hatch can support all types of registered essentia types, meaning you can have a recipe requiring all essentia types in the game and one single hatch will be able to process them all.
JSON Configuration Example
Here is an example of the JSON configuration for an ME Essentia hatch with a specific aspect:
{
"type": "modularmachineryaddons:essentia",
"io-type": "input",
"aspect": "terra",
"amount": 100
}
Explanation:
- type: Defines the type of hatch as
essentia
. - io-type: Specifies whether the hatch is an
input
oroutput
. In this example, it is set toinput
. - aspect: Defines the specific aspect being transferred (in this case, "terra").
- amount: Defines how much Essentia is being transferred (in this case, 100 units).
ZS Integration
Information on how to add requirements through ZenScript can be found here