Guest User

Script

a guest
May 14th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. //crafting items
  2. val stone = <minecraft:stone>;
  3. val iron = <minecraft:iron_ingot>;
  4. val glowstone = <minecraft:glowstone>;
  5. val antiblock = <chisel:antiblock:*>;
  6. val dyewhite = <ore:dyeWhite>;
  7. //recipies
  8. recipes.addShaped(<chisel:antiblock:15>, [[stone, stone, stone, stone, glowstone, stone, stone, stone, stone]]);
  9. recipes.addShaped(<chisel:antiblock:15>, [[antiblock, antiblock, antiblock, antiblock, dyewhite, antiblock, antiblock, antiblock, antiblock]]);
Add Comment
Please, Sign In to add comment