0.1.7
Compatibility
Required content
Changes
----- Update 0.1.7 -----
Updated and ported to Minecraft version 1.20.4, Neoforge 20.4.117-beta and Geckolib 4.4
**This mod has permanently ported to NeoForge, subsequently there shall be no further support for any other forge versions. ** Additions:
-- Added new Charleville Musket
-- Added new Webley Mk6 revolver
-- Added new Webley .455 bullet
-- Added new and improved recoil effect
Improvements:
-- Improved the AK47 animations
-- Improved musket reload and fire animations (will be further improved later)
-- Further improved the AK47 item model
-- Further improved the 1815 Enfield Musket item model
-- Improved player arm rendering whilst holding gun items
-- Adjusted musket smoke particle effects
Fixes:
-- Fixed error message shown when Geckolib is not installed with the mod
-- Fixed gun firing causing dev messages to be sent in chat
Feature Changes:
-- Removed "Safe" fire mode from AK47 -- Several weapon stats for the AK47 and 1815 Enfield have been altered
Dependency Updates:
-- War Machines has now updated to Geckolib NeoForge 1.20.4 version 4.4
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:VQoEs6OJ:PLcNpc9s"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VQoEs6OJ:PLcNpc9s"
}


