1.0.0-alpha
Compatibility
Changes
This pre-release brings a complete preliminary gameplay experience, introducing three multi-functional furnaces that introduce industrial-style mechanics to vanilla Minecraft. It also adds steel ingots and derivative reinforced netherite gear infused with steel, allowing players to fend off hostile mobs more effectively. More functional and engaging items will be added in future official releases. Note that this is only a pre-release build, so full compatibility with certain other mods has not yet been implemented.作为完整玩法的先行版,加入了三款多功能的熔炉,可以让原版游戏走向类工业化,同时增加了钢锭,以及衍生的钢制的强化下界合金装备,让玩家能更好的应对怪物,在之后发行的版本中会添加更多可玩性的物品,不过作为先行版,与一些 mod 可能还没有做好适配
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:ZptoBRyS:8UCNQ5Lg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZptoBRyS:8UCNQ5Lg"
}

