作者:rebot | 分类:模组
Minecraft 版本: 1.20.1
平台: fabric
标签: library
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}"
}
请登录后举报
暂无评论,抢个沙发吧~