Example Config

Example

Inventory:
  Tables:
    table:
      id: ia:example_table #mm/o
#      material: Stone
      displayname: "<Example>"
#      custom-id:
#      lore:
#      - "Example"
#      enchants:
#        - DURABILITY:1 //Enchantment:level
#      itemFlags:
#        - HIDE_ATTRIBUTES
    items:
      unique-name-item:
        recipes:
          unique-name-recipe:
            id: ia/mm/o
            material:
            displayname:
            custom-id:
            lore:
            enchants:
              - DURABILITY:1 //Enchantment:level
            itemFlags:
              - HIDE_ATTRIBUTES
        item:
          id: ia/mm/o
          material:
          displayname:
          custom-id:
          lore:
          enchants:
            - DURABILITY:1 //Enchantment:level
          itemFlags:
            - HIDE_ATTRIBUTES

Other Example

Inventory:
  Tables:
    table:
      id: ia:elitefantasy:furniture_table
    items:
      item1:
        item:
          id: ia:elitefantasy:mullet_fish_silver_star
        recipes:
          Recipe1:
            id: ia:elitefantasy:mullet_fish
          Recipe2:
            id: ia:elitefantasy:mullet_fish
          Recipe3:
            id: ia:elitefantasy:mullet_fish
      item2:
        item:
          id: ia:elitefantasy:mullet_fish_golden_star
        recipes:
          Recipe1:
            id: ia:elitefantasy:mullet_fish
          Recipe2:
            id: ia:elitefantasy:mullet_fish
          Recipe3:
            id: ia:elitefantasy:mullet_fish
          Recipe4:
            id: ia:elitefantasy:mullet_fish

Last updated