2022-01-23 23:35:02 +08:00
|
|
|
<!-->
|
|
|
|
<Recipe timeRequired="NUMBER" power="NUMBER">
|
|
|
|
<input>
|
|
|
|
<fluidStack>FLUID NAME SIZE</fluidStack>
|
|
|
|
<itemStack>ITEM_NAME SIZE META</itemStack>
|
|
|
|
<oreDict>OREDICT_NAME SIZE</oreDict>
|
|
|
|
</input>
|
|
|
|
<output>
|
|
|
|
<fluidStack>FLUID_NAME SIZE</fluidStack>
|
|
|
|
<itemStack>ITEM_NAME SIZE META</itemStack>
|
|
|
|
<oreDict>OREDICT_NAME SIZE</oreDict>
|
|
|
|
</output>
|
|
|
|
</Recipe>
|
2024-09-01 14:42:09 +10:00
|
|
|
|
2022-01-23 23:35:02 +08:00
|
|
|
Can have Multiple In/Outputs
|
|
|
|
Some Machines can only Accept either Fluids or Items
|
2024-09-01 14:42:09 +10:00
|
|
|
|
2022-01-23 23:35:02 +08:00
|
|
|
timeRequired="NUMBER" how long a Recipe takes, Unit is in Ticks.
|
|
|
|
power="NUMBER" how much Power the Recipes takes per Tick. Unit is in RF.
|
2024-09-01 14:42:09 +10:00
|
|
|
|
2022-01-23 23:35:02 +08:00
|
|
|
The "useDefault" attribute will prevent loading of recipes if set to "false"
|
|
|
|
<!-->
|
2024-09-01 14:42:09 +10:00
|
|
|
<Recipes useDefault="false">
|
|
|
|
</Recipes>
|