1.2 Apr 8, 2024
1.2
Support auto craft when killing mob

Make autocraft will be active when have enough items

1.1 Mar 9, 2024
1.1
Fix Ingredients
Fix checkIngredients
Add
[CODE]
    # When required_all: true, you will need all items below ingredient to craft - default is false
    required_all: true
[/CODE]
Example:
 
[CODE]
craft:
  # Custom item:
  # ItemsAdder: ITEMSADDER;CUSTOM_ID;AMOUNT
  # Oraxen: ORAXEN;CUSTOM_ID;AMOUNT
  # MMOItems: MMOITEMS;TYPE;ID;AMOUNT
  # ExecutableItems: EXECUTABLEITEMS;ID;AMOUNT
  # MythicMobs: MYTHICMOBS;ID;AMOUNT
  # Vanilla: VANILLA;TYPE;AMOUNT
  VANILLA;COAL;1:
    # When required_all: true, you will need all items below ingredient to craft - default is false
    required_all: true #If false, it only need 1 coal_ore or 1 coal_block to craft coal
    ingredient:
      - VANILLA;COAL_ORE;1 #1 coal_ore & 1 coal_block -> 1 coal
      - VANILLA;COAL_BLOCK;1
[/CODE]

1.0 Mar 5, 2024
1.0
Fix hook with ExecutableItems
Support MythicItems from MythicMobs
[CODE]
# MythicMobs: MYTHICMOBS;ID;AMOUNT
[/CODE]

1.0 Feb 25, 2024