Craft creation

We will figure out how to manage crafts

crafts:
   one:
    group: "crafting_shaped"
    resultCI: explode_chest
    amount: 16 
    shape:
      - ' B '
      - ' II'
      - '   '
    materials:
        B:
          var:
            material: OBSIDIAN
        I:
          var:
            material: DIAMOND
  • resultCi - Custom item id

  • result - Material result item

  • amount - amount of results

  • shape - recipe to be shared

  • materials - recipe material designation

  • time - time required for melting

  • group - craft type

  • one - an item required in a crafting anvil and in other crafts (some)

  • two - an item required in a crafting anvil and in other crafts (some)

  • source - an object that is melted down

Group type

  1. workbench

  2. blasting

  3. campfire

  4. furnace

  5. smoking

  6. stonecutter

  7. anvil

So far there are only 7 craft types, but in the future there will be 10

Last updated