0.4.1-1.20.1-Create-6.0.0
Compatibility
Changes
FOR CREATE 6.0.0!!!
0.4.1 Changelog:
Casing ejection system added. Guns eject spent casings which can be reloaded. Disable via config.
Weapons added
Snider-enfield
Snider-enfield carbine
Wz.38M
AAI ACR 1989 prototype (Caseless ammunition)
H&K CAWS
Bushmaster Arm Pistol
Misc
Gras conversion for Chassepot added as magazine upgrade
Shotgun conversion for Chassepot added as magazine upgrade
Crushed tungsten added
0.4 Changelog:
Weapons added:
Gyrojet Pistol (Duel wield compatible)
Gyrojet Carbine
G11K2
SA-81 KRASA (Duel wield compatible)
Gepard M3
Attachments added:
Extended barrel
"Tank" Muzzle brake
Silencer
Wood foregrip
Polymer foregrip
Wooden stock
Polymer stock
Red dot sight
4x Optic
8x Optic
Laser Scope
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:71LJXmxX:ifb6B2Zh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:71LJXmxX:ifb6B2Zh"
}

