
HBM-NTM-high-edition
A port of the famous 1.7.10 warfare + technology mod HBM-NTM's Nuclear Tech to Minecraft 1.20.1 Forge. Currently, the mod development is still in its early stages and hasn't yet formed a complete survival system. Communication QQ Group: 929159255
Links
Tags
Creators
Details
0.4.10-beta
Compatibility
Changes
- 添加了异虫及异虫巢的设定(异虫巢现在生成过多,还需修改)
- 移植了原版的一些非核爆爆炸系统。
- 添加了部分粒子。
制作较为粗糙,如有bug还请谅解,也可以加群929159255反馈,谢谢。
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:vVA4H2qr:b7XC2UWR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vVA4H2qr:b7XC2UWR"
}
