Tags
Creators
Details
fabric-300.6.0+1.21.1
Compatibility
Required content
Changes
⚠️ WARNING: Not yet production-ready
For now, DO NOT use this mod for servers, or worlds you plan to put lots of effort into!
DO back up your existing save before loading it with this mod!
We're still developing this, so future backward compatibility with current version might not be guaranteed.
If you want to play MTR, check out the original mod this is forked from: MTR and NTE
⚠️ 警告: 本模组暂时还不适合生产环境
现在来说,先不要将其用于服务器,或者计划长期建设的存档!
要将已有的 MTR 存档在此模组下加载时,请先备份!
本模组还在开发过程中,所以可能不保证未来版本模组能向后兼容地加载现在版本模组创建的存档。
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:xilU2EKS:ruGbwxkV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xilU2EKS:ruGbwxkV"
}

