Advertisement
buss2

craft

Oct 18th, 2014
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. on load:
  2. new Recipe "1";
  3. "1".Recipe.registerIngredient{1, 1 glass};
  4. "1".Recipe.registerIngredient{2, 1 raw porkchop};
  5. "1".Recipe.registerIngredient{3, 1 glass};
  6. "1".Recipe.registerIngredient{4, 1 seeds};
  7. "1".Recipe.registerIngredient{5, 1 torch};
  8. "1".Recipe.registerIngredient{6, 1 seeds};
  9. "1".Recipe.registerIngredient{7, 1 glass};
  10. "1".Recipe.registerIngredient{8, 1 raw porkchop};
  11. "1".Recipe.registerIngredient{9, 1 glass};
  12. "1".Recipe.registerResult{1 spider eye named "&bLornetka"};
  13. "1".Recipe.register{};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement