Fix Ingredients
Fix checkIngredients
Add
Code (Text):
# When required_all: true, you will need all items below ingredient to craft - default is false
required_all: true
Example:
Code (Text):
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