An API adding more Stuff to Recipes
This plugin is a library for Custom Crafting.
It allows for Custom Recipe Types and Crafting with Custom Items.
You'll have to create a recipe folder in your plugin like this:
- src/main
- java
- resources
- paper-plugin.yml
- data
- <namespace>
- recipe
Inside, create recipes like you would in a Datapack
Though you're able to define one-line results if u like
You can add Recipe Types via RecipeAPI.registerRecipeSerializer(...)
An Example is shown here for Special Recipes