Recipe Template (homemade)

If you think the recipe configuration is really confusing, I have created a template from the bottom. It is very similar to the generated one, however, keys and values have an order. In addition, a few examples have been added aswell, such as empty lore or no enchants.

 

Homemade Template:
    ==: Category
    material: REDSTONE_BLOCK
    information:
    - ''
    - §3Homemade template with better order§3r
    - §3compared to the auto-generated layout.§3r
    recipes:
      Recipe Template 1:
        ==: Recipe
        material: MAGMA_CREAM
        requirements:
        - ==: Requirement
          display-name: Nether Star
          quantity: 70
          material: NETHER_STAR
          condition: 2
        rewards:
        - ==: Reward
          display-name: §bMAGMA CREAM§r
          quantity: 1
          material: MAGMA_CREAM
          enchants:
          - ==: Enchant
            level: 1
            name: BINDING_CURSE
          lore:
          - ''
          - Magma Cream!
      Recipe Template 2:
        ==: Recipe
        material: CAKE
        requirements:
        - ==: Requirement
          display-name: Nether Star
          quantity: 2
          material: NETHER_STAR
          condition: 2
        - ==: Requirement
          display-name: Egg
          quantity: 1
          material: EGG
          condition: 2
        - ==: Requirement
          display-name: Sugar
          quantity: 2
          material: SUGAR
          condition: 2
        - ==: Requirement
          display-name: Wheat
          quantity: 3
          material: WHEAT
          condition: 2
        - ==: Requirement
          display-name: Milk
          quantity: 3
          material: MILK_BUCKET
          condition: 2
        rewards:
        - ==: Reward
          display-name: §4Dusted Cake§r
          quantity: 1
          material: CAKE
          enchants: []
          lore:
          - ''
          - §fA cake infused with a Nether Star!
        - ==: Reward
          display-name: Bucket
          quantity: 3
          material: BUCKET
          enchants: []
          lore: []