Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 4 days ago
All versions
8.0.1
Release
manametalmod-8.0.1last month 1,844
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client and server
Changes
2026/07/23 Update 8.0.1
Bugfix update | Recommended update time: one day later, or update immediately after backup
Adjustments:
- Fixed the issue where dungeon lighting caused generation delays
- Fixed the issue with incorrect UV faces on carved blocks
- Fixed the issue with incorrect sound effects for the Battle Assembly ballista turret
- Fixed the issue with the incorrect orientation of the equipment enhancement table
- Fixed the issue where soul inheritance caused 3rd job skills to disappear
- Fixed the issue where soul inheritance could not save the 3rd job status
Updates:
Smooth interpolated animated textures
- Automatically smooths the transition between two frames of an animated texture
- In the animated texture definition file, set interpolate to true to enable smooth interpolated textures
- Fixed most ASM animated textures to make them compatible with smooth interpolated textures
- Added the InterpolatedTextureAnimation option to the ASMconfig.ini file, which can enable or disable smooth interpolated animated textures
Others
- Added rune silver diamonds to the BOSS shop
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:HtxqvxVX:fOm6fnD6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HtxqvxVX:fOm6fnD6"
}

