OrigamiKings API has been archived. OrigamiKings API will not receive any further updates unless the author decides to unarchive the project.
Compatibility
Minecraft: Java Edition
1.20–1.20.1
1.19.2–1.19.4
1.18.2
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed Apache-2.0
Published last year
Updated last year
I am kinda done with modding so this mod is archived. I may get back to it one day.
Origamikings-API
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
Normal People
Just download and install this mod like you would like any other mod
List of mods that use this API/Library Mod
Developers Only
How to use this API/Library Mod
Add this to your gradle.properties
The version_id
is found on Modrinth
origamikings_api=(version_id)
Add this to your build.gradle
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}
dependencies {
modImplementation "maven.modrinth:origamikings-api:${origamikings_api}"
}