Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. on load:
  2. set {_potka} to "fire_2"
  3. new Recipe {_potka};
  4. {_potka}.Recipe.setIngredient{1, 1 feather};
  5. {_potka}.Recipe.setIngredient{2, 1 gold ingot};
  6. {_potka}.Recipe.setIngredient{3, 1 feather};
  7. {_potka}.Recipe.setIngredient{4, 1 gold ingot};
  8. {_potka}.Recipe.setIngredient{5, 1 potion:0};
  9. {_potka}.Recipe.setIngredient{6, 1 gold ingot};
  10. {_potka}.Recipe.setIngredient{7, 1 gold ingot};
  11. {_potka}.Recipe.setIngredient{8, 1 gold ingot};
  12. {_potka}.Recipe.setIngredient{9, 1 gold ingot};
  13. {_potka}.Recipe.setResult{potion of:8259};
  14. {_potka}.Recipe.register{};
  15. on load:
  16. set {_potka} to "speed_2"
  17. new Recipe {_potka};
  18. {_potka}.Recipe.setIngredient{1, 1 gold block};
  19. {_potka}.Recipe.setIngredient{2, 1 gold block};
  20. {_potka}.Recipe.setIngredient{3, 1 gold block};
  21. {_potka}.Recipe.setIngredient{4, 1 gold block};
  22. {_potka}.Recipe.setIngredient{5, 1 potion:0};
  23. {_potka}.Recipe.setIngredient{6, 1 gold block};
  24. {_potka}.Recipe.setIngredient{7, 1 gold block};
  25. {_potka}.Recipe.setIngredient{8, 1 gold block};
  26. {_potka}.Recipe.setIngredient{9, 1 gold block};
  27. {_potka}.Recipe.setResult{potion of:8226};
  28. {_potka}.Recipe.register{};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement