Tags
Creators
Details
All versions
5.4.0
Beta
tetra 5.4.03 years ago 1,478
Compatibility
Minecraft: Java Edition
1.19.1–1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
New features:
- added command for modifying modular items
- implemented the ancient stonecutter schematic
Changes:
- added advancements for ancient schematic content
- made forge hammer rooms more common and sculk rooms less common
- removed temporary hammer tier bonus from obsidian and netherite hammer heads (should have been removed when the ruins were reintroduced)
- sword binding tweaks now affects tool efficiency
Fixes:
- fixed "required maintenance" advancement not triggering
- greatly increased despawn timer for thrown items
- removed ruin loot recipes
- fixed data reload not clearing model caches
- fixed striking effect indicator label not being localized
- fixed thermal cell advancement triggering for other items
- fixed "seconds between swings" value being based on harvest speed modifier rather than swing speed
- fixed incorrect tooltip for overpower defensive modifier
Technical changes:
- added support for perspective-specific module models
- added improvement crafting effect requirement
- fixed tmdev command not working after reload
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:YP9DjOvN:O0XIA63a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YP9DjOvN:O0XIA63a"
}

