Tags
Creators
Details
All versions
1.17.0b
Beta
Nightfall 1.17.0b5 months ago 89
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
Incompatibility Notice: Playing on worlds prior to this version will cause metal billets and any metal on anvils to be lost.
Metallurgy
- Fully reworked smithing system
- Updated models for anvils, hammer, iron bloom, and smelted hematite
- Added tongs
- Added metal scrap
- Added metal rods and rod mold
- Added metal bars blocks
- Added hammer heads and hammer mold
- Made hammer crafting recipes consistent with other tools
- Added smithing recipe for metal arrowheads
- Removed metal billets
Other
- Optimized server performance (~2 ms improvement)
- Improved gravity physics for connecting blocks (fences, bars)
- Fixed some old bugs
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:h7jLfThP:7FuCuTq8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h7jLfThP:7FuCuTq8"
}

