Skip to content

great-big-world/creo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

creo-api

A multi-purpose API for Minecraft mod and datapack development.

Maven Central

Gradle Implementation

repositories {
    mavenCentral()
}

dependencies {
    modImplementation("dev.creoii.creoapi:creo-api:<VERSION>")
}

For more information about how to use the api, see the docs.