Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

OrigamiKing3612/Origamikings-API

Repository files navigation

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

List of mods that use this API/Library Mod

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 {
   maven {
      name = "Modrinth"
      url = "https://api.modrinth.com/maven"
   }
}
dependencies {
   modImplementation "maven.modrinth:P3sjMa3U:${origamikings_api}"
}