knugi

Untitled

Jun 30th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. #Skrypt zrobiony przez Knugi
  2. #Wszelkie prawa zastrzezone
  3. #Do skryptu jest potrzebny WildSkript
  4. options:
  5. item1: stone
  6. item2: redstone torch
  7. item3: stone
  8. item4: redstone
  9. item5: piston
  10. item6: redstone
  11. item7: cobblestone
  12. item8: repeater
  13. item9: cobblestone
  14. on load:
  15. set {_stone} to "&6Stoniarka"
  16. Recipe.new{ {_stone} };
  17. {_stone}.Recipe.registerIngredient{1, 1 stone}
  18. {_stone}.Recipe.registerIngredient{2, 1 redstone torch}
  19. {_stone}.Recipe.registerIngredient{3, 1 stone}
  20. {_stone}.Recipe.registerIngredient{4, 1 redstone}
  21. {_stone}.Recipe.registerIngredient{5, 1 piston}
  22. {_stone}.Recipe.registerIngredient{6, 1 redstone}
  23. {_stone}.Recipe.registerIngredient{7, 1 cobblestone}
  24. {_stone}.Recipe.registerIngredient{8, 1 redstone repeater}
  25. {_stone}.Recipe.registerIngredient{9, 1 cobblestone}
  26. {_stone}.Recipe.registerResult{1 piston named "&6Stoniarka"};
  27. {_stone}.Recipe.register
  28. on load:
  29. set {_nazwa} to "cycki"
  30. Recipe.new{ {_nazwa} }
  31. {_nazwa}.Recipe.registerIngredient{1, 64 stone}
  32. {_nazwa}.Recipe.registerIngredient{2, 64 cobblestone}
  33. {_nazwa}.Recipe.registerResult{2 sand named "Dziwny Przemiot"}
  34. {_nazwa}.Recipe.register
Advertisement
Add Comment
Please, Sign In to add comment