crafting.txt 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. msg("dev", "§bCraftingRezepte §rwerden eingelesen.");
  2. custom.clearRecipes();
  3. custom.registerShapedRecipe(read.item("SADDLE"), "111", "121", " 3 ", read.item("LEATHER"), read.item("STRING"), read.item("IRON_INGOT"));
  4. custom.registerShapedRecipe(read.item("GOLD_BARDING"), " 1", "333", "2 2", read.item("GOLD_HELMET"), read.item("GOLD_LEGGINGS"), read.item("GOLD_INGOT"));
  5. custom.registerShapedRecipe(read.item("IRON_BARDING"), " 1", "333", "2 2", read.item("IRON_HELMET"), read.item("IRON_LEGGINGS"), read.item("IRON_INGOT"));
  6. custom.registerShapedRecipe(read.item("DIAMOND_BARDING"), " 1", "333", "2 2", read.item("DIAMOND_HELMET"), read.item("DIAMOND_LEGGINGS"), read.item("DIAMOND"));
  7. custom.registerShapedRecipe(read.item("WEB"), "1 1", " 1 ", "1 1", read.item("STRING"));
  8. custom.registerShapedRecipe(read.item("NAME_TAG"), " 1", "22 ", "22 ", read.item("STRING"), read.item("PAPER"));
  9. custom.registerShapedRecipe(read.item("ANVIL"), "111", " 1 ", "111", read.item("IRON_INGOT"));
  10. custom.registerShapedRecipe(read.item("LEATHER", "§rFaux Leather"), "121", "212", "121", read.item("WOOL"), read.item("STRING"));
  11. custom.registerShapelessRecipe(read.item("STRING:0:4"), read.item("WOOL"));
  12. custom.registerShapedRecipe(read.item("CHAINMAIL_HELMET"), "111", "1 1", read.item("IRON_FENCE"));
  13. custom.registerShapedRecipe(read.item("CHAINMAIL_CHESTPLATE"), "1 1", "111", "111", read.item("IRON_FENCE"));
  14. custom.registerShapedRecipe(read.item("CHAINMAIL_LEGGINGS"), "111", "1 1", "1 1", read.item("IRON_FENCE"));
  15. custom.registerShapedRecipe(read.item("CHAINMAIL_BOOTS"), "1 1", "1 1", read.item("IRON_FENCE"));
  16. custom.registerShapedRecipe(read.customitem("WOOD_DAGGER", 1), " 1", "2 ", read.item("WOOD:32767"), read.item("STICK"));
  17. custom.registerShapedRecipe(read.customitem("STONE_DAGGER", 1), " 1", "2 ", read.item("STONE"), read.item("STICK"));
  18. custom.registerShapedRecipe(read.customitem("GOLD_DAGGER", 1), " 1", "2 ", read.item("GOLD_INGOT"), read.item("STICK"));
  19. custom.registerShapedRecipe(read.customitem("IRON_DAGGER", 1), " 1", "2 ", read.item("IRON_INGOT"), read.item("STICK"));
  20. custom.registerShapedRecipe(read.customitem("DIAMOND_DAGGER", 1), " 1", "2 ", read.item("DIAMOND"), read.item("STICK"));
  21. custom.registerShapedRecipe(read.customitem("WOOD_SPEAR", 1), " 1", " 2 ", "2 ", read.item("WOOD:32767"), read.item("STICK"));
  22. custom.registerShapedRecipe(read.customitem("STONE_SPEAR", 1), " 1", " 2 ", "2 ", read.item("STONE"), read.item("STICK"));
  23. custom.registerShapedRecipe(read.customitem("GOLD_SPEAR", 1), " 1", " 2 ", "2 ", read.item("GOLD_INGOT"), read.item("STICK"));
  24. custom.registerShapedRecipe(read.customitem("IRON_SPEAR", 1), " 1", " 2 ", "2 ", read.item("IRON_INGOT"), read.item("STICK"));
  25. custom.registerShapedRecipe(read.customitem("DIAMOND_SPEAR", 1), " 1", " 2 ", "2 ", read.item("DIAMOND"), read.item("STICK"));
  26. custom.registerShapedRecipe(read.customitem("WOOD_HAMMER", 1), "121", "121", " 2 ", read.item("WOOD:32767"), read.item("STICK"));
  27. custom.registerShapedRecipe(read.customitem("STONE_HAMMER", 1), "121", "121", " 2 ", read.item("STONE"), read.item("STICK"));
  28. custom.registerShapedRecipe(read.customitem("GOLD_HAMMER", 1), "121", "121", " 2 ", read.item("GOLD_INGOT"), read.item("STICK"));
  29. custom.registerShapedRecipe(read.customitem("IRON_HAMMER", 1), "121", "121", " 2 ", read.item("IRON_INGOT"), read.item("STICK"));
  30. custom.registerShapedRecipe(read.customitem("DIAMOND_HAMMER", 1), "121", "121", " 2 ", read.item("DIAMOND"), read.item("STICK"));
  31. custom.registerShapedRecipe(read.customitem("WOOD_STICK", 1), " 1", " 2 ", "1 ", read.item("WOOD:32767"), read.item("STICK"));
  32. custom.registerShapedRecipe(read.customitem("STONE_STICK", 1), " 1", " 2 ", "1 ", read.item("STONE"), read.item("STICK"));
  33. custom.registerShapedRecipe(read.customitem("GOLD_STICK", 1), " 1", " 2 ", "1 ", read.item("GOLD_INGOT"), read.item("STICK"));
  34. custom.registerShapedRecipe(read.customitem("IRON_STICK", 1), " 1", " 2 ", "1 ", read.item("IRON_INGOT"), read.item("STICK"));
  35. custom.registerShapedRecipe(read.customitem("DIAMOND_STICK", 1), " 1", " 2 ", "1 ", read.item("DIAMOND"), read.item("STICK"));
  36. custom.registerShapedRecipe(read.customitem("WOOD_WAND", 1), " 21", " 22", "2 ", read.item("WOOD:32767"), read.item("STICK"));
  37. custom.registerShapedRecipe(read.customitem("STONE_WAND", 1), " 21", " 22", "2 ", read.item("STONE"), read.item("STICK"));
  38. custom.registerShapedRecipe(read.customitem("GOLD_WAND", 1), " 21", " 22", "2 ", read.item("GOLD_INGOT"), read.item("STICK"));
  39. custom.registerShapedRecipe(read.customitem("IRON_WAND", 1), " 21", " 22", "2 ", read.item("IRON_INGOT"), read.item("STICK"));
  40. custom.registerShapedRecipe(read.customitem("DIAMOND_WAND", 1), " 21", " 22", "2 ", read.item("DIAMOND"), read.item("STICK"));
  41. custom.registerShapedRecipe(read.customitem("LAPIS_WAND", 1), " 21", " 22", "2 ", read.item("INK_SACK:4"), read.item("STICK"));
  42. custom.registerShapedRecipe(read.customitem("REDSTONE_WAND", 1), " 21", " 22", "2 ", read.item("REDSTONE"), read.item("STICK"));
  43. custom.registerShapedRecipe(read.customitem("EMERALD_WAND", 1), " 21", " 22", "2 ", read.item("EMERALD"), read.item("STICK"));
  44. custom.registerShapedRecipe(read.customitem("WOOD_MUSKET", 1), "212", "212", " 2 ", read.item("STRING"), read.item("STICK"));
  45. custom.registerShapedRecipe(read.customitem("STONE_MUSKET", 1), " 11", "12 ", "3 ", read.item("STONE"), read.item("STICK"), read.item("WOOD:32767"));
  46. custom.registerShapedRecipe(read.customitem("GOLD_MUSKET", 1), " 11", "12 ", "3 ", read.item("GOLD_INGOT"), read.item("STICK"), read.item("WOOD:32767"));
  47. custom.registerShapedRecipe(read.customitem("IRON_MUSKET", 1), " 11", "12 ", "3 ", read.item("IRON_INGOT"), read.item("STICK"), read.item("WOOD:32767"));
  48. custom.registerShapedRecipe(read.customitem("DIAMOND_MUSKET", 1), " 11", "12 ", "3 ", read.item("DIAMOND"), read.item("STICK"), read.item("WOOD:32767"));