Advertisement
Guest User

Untitled

a guest
Dec 7th, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. # To use different sets of recipes, include other recipe files in the order of
  2. # priority to use the recipes defined in them. The last include has the highest
  3. # priority (i.e. included recipes simply replace the current definition for all
  4. # already known recipes).
  5.  
  6. #include file("default.recipes")
  7. include file("hardmode.recipes")
  8. #include file("gregtech.recipes")
  9. #include file("your_custom.recipes")
  10.  
  11. # You can also specify custom recipes in this file directly. Have a look at the
  12. # default.recipes file to get an idea how recipes have to be structured. You'll
  13. # want to define your recipes after all includes, to avoid those overwriting
  14. # your recipes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement