Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 692 Bytes

File metadata and controls

24 lines (19 loc) · 692 Bytes

Logo - CraftingAPI

The CraftingAPI provides access to create custom crafting recipes (shaped and shapeless) for MineValleyEU

Maven Integration

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>
</repository>
<dependency>
    <groupId>eu.minevalley</groupId>
    <artifactId>crafting-api</artifactId>
    <version>1.0.0</version>
    <scope>provided</scope>
</dependency>