All versions
0.1.6
Release
TaCZ Magazines 0.1.62 weeks ago 1,658
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- Fixed GUI Scale messing with gui elements badly (selector overlay, mag icon, etc.
- Fixed additional mag icons getting pushed towards current mag/ammo icon when gui scale was above 3
- Fixed mags disappearing on rare occasions (especially when inventory was full)
- Fixed some revolvers automatically creating mags when they shouldn't
- Checked for gun type hold to shoot and other things to blacklist MOST revolvers that way too automatically
Patch for 1.1.8 TaCZ new revolvers and guns similar
- Fixed revolvers (mostly)
- Fixed GUI scaling with custom hud and menus
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:uGTAm85y:iGOhFjVD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uGTAm85y:iGOhFjVD"
}

