StackCraft [Free Version] icon

StackCraft [Free Version] 1.2

Auto crafting when mining

Page 1
1.2

Support auto craft when killing mob


Make autocraft will be active when have enough items

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

Support mmoitems for free ~~

Page 1
You might also like...