Example Recipes

Apple Sword

basic1:
  name: 'BasicApple'
  shaped: true
  needs:
    0:
      type: APPLE
      amount: 4
    2:
      type: APPLE
      amount: 4
    4:
      type: GOLD_INGOT
      amount: 1
    6:
      type: APPLE
      amount: 4
    8:
      type: APPLE
      amount: 4
  result:
    type: APPLE
    name: '&aBasic Apple'
    amount: 2
    lore:
    - '&cCan be used to craft and'
    - '&cupgrade an &aApple Sword&a.'
basic2:
  name: 'AdvancedApple'
  shaped: true
  needs:
    0:
      type: APPLE
      name: '&aBasic Apple'
      amount: 4
      lore:
      - '&cCan be used to craft and'
      - '&cupgrade an &aApple Sword&a.'
    2:
      type: APPLE
      name: '&aBasic Apple'
      amount: 4
      lore:
      - '&cCan be used to craft and'
      - '&cupgrade an &aApple Sword&a.'
    4:
      type: GOLD_BLOCK
      amount: 1
    6:
      type: APPLE
      name: '&aBasic Apple'
      amount: 4
      lore:
      - '&cCan be used to craft and'
      - '&cupgrade an &aApple Sword&a.'
    8:
      type: APPLE
      name: '&aBasic Apple'
      amount: 4
      lore:
      - '&cCan be used to craft and'
      - '&cupgrade an &aApple Sword&a.'
  result:
    type: APPLE
    name: '&aAdvanced Apple'
    amount: 2
    lore:
    - '&cCan be used to upgrade'
    - '&can &aApple Sword&a.'
sword1:
  name: 'AppleSword1'
  shaped: true
  needs:
    0:
      type: APPLE
      name: '&aBasic Apple'
      amount: 9
      lore:
      - '&cCan be used to craft and'
      - '&cupgrade an &aApple Sword&a.'
    4:
      type: APPLE
      name: '&aBasic Apple'
      amount: 9
      lore:
      - '&cCan be used to craft and'
      - '&cupgrade an &aApple Sword&a.'
    8:
      type: STICK
      amount: 1
  result:
    type: WOOD_SWORD
    name: '&aApple Sword'
    enchants:
    - 'LOOT_BONUS_MOBS:1'
    lore:
    - '&cA simple Apple Sword'
    - '&can be upgraded to &aApple Sword 2&a.'
sword2:
  name: 'AppleSword2'
  shaped: true
  needs:
    0:
      type: APPLE
      name: '&aBasic Apple'
      amount: 9
      lore:
      - '&cCan be used to craft and'
      - '&cupgrade an &aApple Sword&a.'
    2:
      type: APPLE
      name: '&aBasic Apple'
      amount: 9
      lore:
      - '&cCan be used to craft and'
      - '&cupgrade an &aApple Sword&a.'
    4:
      type: WOOD_SWORD
      name: '&aApple Sword'
      damage: -1
      enchants:
      - 'LOOT_BONUS_MOBS:1'
      lore:
      - '&cA simple Apple Sword'
      - '&can be upgraded to &aApple Sword 2&a.'
    6:
      type: APPLE
      name: '&aBasic Apple'
      amount: 9
      lore:
      - '&cCan be used to craft and'
      - '&cupgrade an &aApple Sword&a.'
    8:
      type: APPLE
      name: '&aBasic Apple'
      amount: 9
      lore:
      - '&cCan be used to craft and'
      - '&cupgrade an &aApple Sword&a.'
  result:
    type: STONE_SWORD
    name: '&aApple Sword2'
    enchants:
    - 'LOOT_BONUS_MOBS:1'
    - 'DAMAGE_ALL:1'
    lore:
    - '&cAn more advanced Apple Sword'
    - '&can be upgraded to &aApple Sword 3&a.'
sword3:
  name: 'AppleSword3'
  shaped: true
  needs:
    0:
      type: APPLE
      name: '&aBasic Apple'
      amount: 9
      lore:
      - '&cCan be used to craft and'
      - '&cupgrade an &aApple Sword&a.'
    2:
      type: APPLE
      name: '&aBasic Apple'
      amount: 9
      lore:
      - '&cCan be used to craft and'
      - '&cupgrade an &aApple Sword&a.'
    4:
      type: STONE_SWORD
      name: '&aApple Sword2'
      damage: -1
      enchants:
      - 'LOOT_BONUS_MOBS:1'
      - 'DAMAGE_ALL:1'
      lore:
      - '&cAn more advanced Apple Sword'
      - '&can be upgraded to &aApple Sword 3&a.'
    6:
      type: APPLE
      name: '&aBasic Apple'
      amount: 9
      lore:
      - '&cCan be used to craft and'
      - '&cupgrade an &aApple Sword&a.'
    8:
      type: APPLE
      name: '&aBasic Apple'
      amount: 9
      lore:
      - '&cCan be used to craft and'
      - '&cupgrade an &aApple Sword&a.'
  result:
    type: IRON_SWORD
    name: '&aApple Sword3'
    enchants:
    - 'LOOT_BONUS_MOBS:1'
    - 'DAMAGE_ALL:2'
    - 'DURABILITY:2'
    lore:
    - '&cAn very usefull Apple Sword'
    - '&can be upgraded to &aApple Sword 4&a.'
    - '&cFrom now on need &aAdvanced Apple'
    - '&cto upgrade'
sword4:
  name: 'AppleSword4'
  shaped: true
  needs:
    0:
      type: APPLE
      name: '&aAdvanced Apple'
      amount: 9
      lore:
      - '&cCan be used to upgrade'
      - '&can &aApple Sword&a.'
    2:
      type: APPLE
      name: '&aAdvanced Apple'
      amount: 9
      lore:
      - '&cCan be used to upgrade'
      - '&can &aApple Sword&a.'
    4:
      type: IRON_SWORD
      name: '&aApple Sword3'
      enchants:
      - 'LOOT_BONUS_MOBS:1'
      - 'DAMAGE_ALL:2'
      - 'DURABILITY:2'
      lore:
      - '&cAn very usefull Apple Sword'
      - '&can be upgraded to &aApple Sword 4&a.'
      - '&cFrom now on need &aAdvanced Apple'
      - '&cto upgrade'
    6:
      type: APPLE
      name: '&aAdvanced Apple'
      amount: 9
      lore:
      - '&cCan be used to upgrade'
      - '&can &aApple Sword&a.'
    8:
      type: APPLE
      name: '&aAdvanced Apple'
      amount: 9
      lore:
      - '&cCan be used to upgrade'
      - '&can &aApple Sword&a.'
  result:
    type: DIAMOND_SWORD
    name: '&aApple Sword4'
    enchants:
    - 'LOOT_BONUS_MOBS:2'
    - 'DAMAGE_ALL:4'
    - 'DURABILITY:4'
    - 'KNOCKBACK:1'
    lore:
    - '&cAn very mighty Apple Sword'
    - '&can be upgraded to &aApple Sword 5&a.'
sword5:
  name: 'AppleSword5'
  shaped: true
  needs:
    0:
      type: APPLE
      name: '&aAdvanced Apple'
      amount: 9
      lore:
      - '&cCan be used to upgrade'
      - '&can &aApple Sword&a.'
    2:
      type: APPLE
      name: '&aAdvanced Apple'
      amount: 9
      lore:
      - '&cCan be used to upgrade'
      - '&can &aApple Sword&a.'
    4:
      type: DIAMOND_SWORD
      name: '&aApple Sword4'
      enchants:
      - 'LOOT_BONUS_MOBS:2'
      - 'DAMAGE_ALL:4'
      - 'DURABILITY:4'
      - 'KNOCKBACK:1'
      lore:
      - '&cAn very mighty Apple Sword'
      - '&can be upgraded to &aApple Sword 5&a.'
    6:
      type: APPLE
      name: '&aAdvanced Apple'
      amount: 9
      lore:
      - '&cCan be used to upgrade'
      - '&can &aApple Sword&a.'
    8:
      type: APPLE
      name: '&aAdvanced Apple'
      amount: 9
      lore:
      - '&cCan be used to upgrade'
      - '&can &aApple Sword&a.'
  result:
    type: DIAMOND_SWORD
    name: '&aApple Sword3'
    enchants:
    - 'LOOT_BONUS_MOBS:3'
    - 'DAMAGE_ALL:5'
    - 'DURABILITY:5'
    - 'KNOCKBACK:3'
    - 'FIRE_ASPECT:1'
    lore:
    - '&cThe mightiest of all Apple Swords'

Comments

Posts Quoted:
Reply
Clear All Quotes