The CraftingAPI provides access to create custom crafting recipes (shaped and shapeless) for MineValleyEU
To use this API in your module, we provide a Maven repository hosted on GitHub.
Before proceeding, ensure you've added a token to your settings.xml file (details below).
<repository>
<id>CraftingAPI</id>
<url>https://maven.pkg.github.com/MineValley/CraftingAPI</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository><dependency>
<groupId>minevalley.crafting</groupId>
<artifactId>api</artifactId>
<version>1.0.0</version>
</dependency>