The Custom content api allows you to more easily create custom content.
-
Run this command. (Explanation)
mvn install:install-file -Dfile=<path-to-file> -DgroupId=carslo.mods.custom_content_api -DartifactId=custom_content_api -Dversion=<version> -Dpackaging=jar -DgeneratePom=true -
Then add the following to your pom.xml
<dependency>
<groupId>carslo.mods.custom_content_api</groupId>
<artifactId>custom_content_api</artifactId>
<version>0.1.0-ALPHA</version>
</dependency>