您可能希望在您的插件或 Mod 中访问 MohistAPI,此页面适合您。 建议使用官方模板用于插件开发。 建议使用 官方模板 建议使用.
repositories {
maven {url "https://maven.mohistmc.com/"}
maven {url "https://hub.spigotmc.org/nexus/content/groups/public/"}
maven {url "https://libraries.minecraft.net/"}
maven {url "https://maven.minecraftforge.net/"}
}
dependencies {
implementation "com.mohistmc:mohistdev:0.1-SNAPSHOT"
}repositories {
maven {url "https://maven.mohistmc.com/"}
}
dependencies {
implementation "com.mohistmc:mohistdev:1.16.5"
}repositories {
maven {url "https://maven.mohistmc.com/"}
}
dependencies {
implementation "com.mohistmc:mohistdev:1.20.1"
}repositories {
maven {url "https://maven.mohistmc.com/"}
}
dependencies {
implementation "com.mohistmc:mohistdev:1.20.2"
}