Advertisement
wreed12345

Untitled

Aug 14th, 2014
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Recipes:
  2.     STEEL_INGOT:
  3.         name: 'Steel Ingot'
  4.         material: IRON_INGOT
  5.         duplicate: false
  6.         ingredients:
  7.            - empty
  8.             - IRON_INGOT
  9.             - empty
  10.             - IRON_INGOT
  11.             - empty
  12.             - IRON_INGOT
  13.             - empty
  14.             - IRON_INGOT
  15.             - empty
  16.     STEEL_BOOTS:
  17.         name: 'Steel Boots'
  18.         material: IRON_BOOTS
  19.         duplicate: true
  20.         ingredients:
  21.            - emptye
  22.             - empty
  23.             - empty
  24.             - Steel Ingot
  25.             - empty
  26.             - Steel Ingot
  27.             - Steel Ingot
  28.             - empty
  29.             - Steel Ingot
  30.     COPPER_INGOT:
  31.         name: 'Copper Ingot'
  32.         material: GOLD_INGOT
  33.         duplicate: true
  34.         ingredients:
  35.            - empty
  36.             - Steel Ingot
  37.             - empty
  38.             - Steel Ingot
  39.             - empty
  40.             - Steel Ingot
  41.             - empty
  42.             - Steel Ingot
  43.             - empty
  44.     COPPER_BOOTS:
  45.         name: 'Copper Boots'
  46.         material: GOLD_BOOTS
  47.         duplicate: true
  48.         ingredients:
  49.            - empty
  50.             - empty
  51.             - empty
  52.             - Copper Ingot
  53.             - empty
  54.             - Copper Ingot
  55.             - Copper Ingot
  56.             - empty
  57.             - Copper Ingot
  58.     BRONZE_INGOT:
  59.         name: 'Bronze Ingot'
  60.         material: OBSIDIAN
  61.         duplicate: false
  62.         ingredients:
  63.            - empty
  64.             - Copper Ingot
  65.             - COBBLESTONE
  66.             - Copper Ingot
  67.             - empty
  68.             - Copper Ingot
  69.             - empty
  70.             - Copper Ingot
  71.             - empty
  72.     BRONZE_BOOTS:
  73.         name: 'Bronze Boots'
  74.         material: LEATHER_BOOTS
  75.         duplicate: false
  76.         ingredients:
  77.            - empty
  78.             - empty
  79.             - empty
  80.             - Bronze Ingot
  81.             - empty
  82.             - Bronze Ingot
  83.             - Bronze Ingot
  84.             - empty
  85.             - Bronze Ingot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement