Tags
Creators
Details
Licensed ARR
Published 2 years ago
All versions
7.5.2
Beta
manametalmod-7.5.22 months ago 4,284
Uploaded by
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client and server
Changes
Adjustments
- Fixed some packets that might cause security errors.
- Fixed the error where totem infusion consumables would not synchronize inventory after use.
- Fixed the error where basic effects of the BOSS armor set could not take effect normally.
- Fixed the display error of physical attack and magic attack values for armor set effects.
- Fixed the error in the effect of the Forging Master scroll.
- Fixed the error in the grinding recipe of the Magic Beehive.
- Fixed the texture error of the dungeon statistics UI.
- Fixed the error where the contracted snow wolf owner identification system was invalid.
- Fixed the printing error in the Peace Academy log.
- Creative tools can now only be used in creative mode, and they will leave a usage record.
- Now when leaving Peace Academy normally, the player's HP and survival elements will be replenished.
- Added quick item insertion and extraction functions to all forging equipment.
- Added a crafting recipe for the Class Reset Tome.
- Temporarily disabled the dungeon sky lighting system to avoid issues with spawning delays.
Balancing
- Greatly increased the chance of the Forging Master's scroll appearing with the Ultimate prefix, and it will always at least obtain the Legendary prefix.
- If the forged item is not a tool, armor, or weapon, it will always only receive a normal prefix, not a junk prefix.
Updates
- Added the command /m3changecareer, which can forcibly change the current class.
- Introduced the command /m3changeattributes, which can alter any manametal character attributes, except for extra data such as soul inheritance, etc.
- Change different tag values according to different tag names.
- Supports basic types, arrays, or NBTTagCompound, NBTTagList.
- When using complex types such as tags, arrays, or lists, parse in JSON format.
- Can also modify warehouse items, equipment accessories, battle cards, sky adventure, etc.
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:Bp0FURgh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HtxqvxVX:Bp0FURgh"
}

