Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Skrypt zrobiony przez Knugi
- #Wszelkie prawa zastrzezone
- #Do skryptu jest potrzebny WildSkript
- options:
- item1: stone
- item2: redstone torch
- item3: stone
- item4: redstone
- item5: piston
- item6: redstone
- item7: cobblestone
- item8: repeater
- item9: cobblestone
- on load:
- set {_stone} to "&6Stoniarka"
- Recipe.new{ {_stone} };
- {_stone}.Recipe.registerIngredient{1, 1 stone}
- {_stone}.Recipe.registerIngredient{2, 1 redstone torch}
- {_stone}.Recipe.registerIngredient{3, 1 stone}
- {_stone}.Recipe.registerIngredient{4, 1 redstone}
- {_stone}.Recipe.registerIngredient{5, 1 piston}
- {_stone}.Recipe.registerIngredient{6, 1 redstone}
- {_stone}.Recipe.registerIngredient{7, 1 cobblestone}
- {_stone}.Recipe.registerIngredient{8, 1 redstone repeater}
- {_stone}.Recipe.registerIngredient{9, 1 cobblestone}
- {_stone}.Recipe.registerResult{1 piston named "&6Stoniarka"};
- {_stone}.Recipe.register
- on load:
- set {_nazwa} to "cycki"
- Recipe.new{ {_nazwa} }
- {_nazwa}.Recipe.registerIngredient{1, 64 stone}
- {_nazwa}.Recipe.registerIngredient{2, 64 cobblestone}
- {_nazwa}.Recipe.registerResult{2 sand named "Dziwny Przemiot"}
- {_nazwa}.Recipe.register
Advertisement
Add Comment
Please, Sign In to add comment