Скачать OrigamiKings API — Minecraft Моды — ModStock

OrigamiKings API

Архивирован

Установок

25

Последнее обновление

1 год назад

Версии

1.18.2 — 1.20.1
Клиент и сервер
Fabric
Библиотеки

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

  • OrigamiKings Enhancement Mod
  • OrigamiKings Robotics Armor Mod
  • Mod-Manager-by-OrigamiKing3612

    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}"
    }
Участники проекта
OrigamiKing3612

OrigamiKing3612

Разработчик