2024-09-01 14:42:09 +10:00

25 lines
725 B
XML
Executable File

<!-->
<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>
Can have Multiple In/Outputs
Some Machines can only Accept either Fluids or Items
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.
The "useDefault" attribute will prevent loading of recipes if set to "false"
<!-->
<Recipes useDefault="false">
</Recipes>