All versions
1.4.3-1.20.1
Release
Weapon Master 1.4.3-1.20.12 years ago 54.6K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
While Weapon Master 2.0 is under unexpectedly difficult development, this update should help iron out common bugs the mod has been suffering as a hold-over.
CONFIGS:
- NEW: Common/XP Rate: Multiply the total XP gained by weapons under standard use, to either make it slower or faster.
- NEW: Common/Start with Guide: Disable the guidebook from loading into the player's inventory (In case your pack uses a custom starting inventory or a mod that messes up the spawn detection)
- FIXED: Client/Custom Camera: Fixed an obnoxious issue where the custom third-person camera would not disable correctly when toggled off.
FIXES:
- Fixed Weapon Studio failing to drop correctly when mined in most conceivable ways. (Sorry)
- Fixed on-hit effects from many other mods not applying correctly with Weapon Master's custom detection code.
- Fixed (hopefully) a Crash when killing other players while the Bounty passive is equipped.
- Fixed most startup crashes when using mods that heavily modify player interactions (Such as Accessory mods)
- Fixed edge case that caused secondary drops to not kick in with certain other mods active (such as XP orbs)
- Fixed network crashes that kicked in on certain dedicated server hosts
CHANGE:
- Weapon Studio can now drop and be mined by hand, as well as by other sources (such as explosives)
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:44bncbZS:yWyGyqxz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:44bncbZS:yWyGyqxz"
}

