Tags
Creators
Details
All versions
0.3.10.5
Release
Timeless and Classics Guns 0.3.10.53 years ago 4,972
Uploaded by
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Changes
Details
New
- Add Colt Python and a new sound effect;
- Added P90 and two new sound effects, as well as sixteen universal skins for P90;
- New AA12, CZ75, truncated shotgun, MP9 of sixteen universal skins;
- Added MP9 model modification skin, the speed of the skin function correctly indicates the selected mode; // If the fire mode in data is not changed
- Added the Config control option; you can freely adjust the interactive object when you right-click the gun; // This control option can be changed within the mouse Settings in the game
- Added 5.7mm armor-piercing rounds and Magnum handgun rounds;
Fix
- Fix laser staining problems;
- Fix MK20 laser model rendering issue;
- Repair the historical problems left over from the key system;
- Fix some misalignment of gun stock, grip, and laser accessories;
Set
- The key system is bundled with the original key system; // When the old version is replaced with this version, the key binding will be lost, and you will need to bind it again manually. The Settings for right-clicking or long-pressing are moved to the mouse Settings
- Auxiliary package support optimization;
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:hudztH4j:iYnUgwEh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hudztH4j:iYnUgwEh"
}

