Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for Traqueur-dev

Effortlessly create and manage custom recipes for Spigot servers with an intuitive API.

Report RecipesAPI?

Release
v1.1.0

Traqueur-dev released RecipesAPI version v1.1.0 on September 13, 2024

Changelog - Version 1.1.0

🚀 New Features

  • 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.

Information

Published onSeptember 13, 2024
Downloads0

Platforms

Paper Paper (1.21-1.21.1)