Skip to content

Commit

Permalink
update default XML
Browse files Browse the repository at this point in the history
  • Loading branch information
zmaster587 committed Oct 14, 2019
1 parent 59aed39 commit ae5d805
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/assets/libvulpes/defaultrecipe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<Recipe timeRequired="NUMBER" power="NUMBER">
<input>
<fluidStack>FLUID NAME;SIZE</fluidStack>
<itemStack>ITEM_NAME SIZE META</itemStack>
<oreDict>OREDICT_NAME SIZE</oreDict>
<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>
<itemStack>ITEM_NAME;SIZE;META</itemStack>
<oreDict>OREDICT_NAME;SIZE</oreDict>
</output>
</Recipe>
Expand Down

0 comments on commit ae5d805

Please sign in to comment.