
OrigamiKings API
An API for my mods
- Загрузки
- 5K
- Подписчики
- 0
- Обновлён
- 11 августа 2023 г.
- Лицензия
- Apache-2.0
Опубликован 20 февраля 2023 г.
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}"
}
Ченджлог
0.1.27-1.20.1Релиз1.20.1 · 11 августа 2023 г.
Added new stuff
0.1.26-1.20.1Релиз1.20.1 · 26 июля 2023 г.
Added new stuff
0.1.25-1.20.1Релиз1.20.1 · 26 июля 2023 г.
Added new stuff
0.1.25-1.20.1Релиз1.20.1 · 25 июля 2023 г.
Added new stuff
0.1.23-1.20.1Релиз1.20.1 · 25 июля 2023 г.
Added new stuff
0.1.22-1.20.1Релиз1.20.1 · 24 июля 2023 г.
Added new stuff
0.1.21-1.20.1Релиз1.20.1 · 22 июля 2023 г.
Added new stuff
0.1.20-1.20.1Релиз1.20.1 · 21 июля 2023 г.
Added new stuff
Комментарии
Загружаем…