Recipes is a plugin that allows to create new, or override existing recipes. Wide range of recipe types are supported. Documentation and examples are available here.
- File Based
Define recipes using JSON files. - Components Support
Use #tags and 1.20.6+ components in item definitions. - Custom Items
Easily add and update custom items using built-in custom item registry. - Override Existing Recipes
Override vanilla and other plugins' recipes.
Plugin runs only on Paper (or Folia) 1.21.1 and above, powered by Java 21 or higher.
Contributions are more than welcome. We are always looking for ways to improve the project.
# Compiling and building artifacts.
$ ./gradlew clean build
# Testing changes using internal server.
$ ./gradlew runServer
$ ./gradlew runFolia