/
This is an API mod that my mods use. This mod will not change gameplay. This mod will be embedded in most of my mods
Just download and install this mod like you would like any other mod
gradle.propertiesThe version_id is found on Modrinth
origamikings_api=(version_id)
build.gradlerepositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}
dependencies {
modImplementation "maven.modrinth:origamikings-api:${origamikings_api}"
}
