- **YML File Support for Custom Recipes**: You can now define custom recipes directly in configurable YML files. This makes it easier to manage and create recipes without needing to modify Java code.
- Recipes such as shapeless crafting, shaped crafting, and furnace smelting can be specified in the YML configuration.
- **ItemStack in YML**: For custom ingredients, ItemStacks are defined using a Base64-encoded string representing the serialized ItemStack. This allows for precise and detailed customization of the items used in recipes.
## ️ Bug Fixes
- **Fixed Non-Strict ItemStack Matching**: The previous version incorrectly handled non-strict ItemStack matching for ingredients, causing issues with recipe recognition. In this version:
- **Non-strict ItemStack**: Recipes will now correctly match items without needing all exact metadata (just NBT data, Lore and CustomModelData).
- **Strict ItemStack**: For strict recipes, every attribute (including item name, lore, and NBT data) must match exactly.