All versions
1.1.4.1-1.18.2-forge
Release
SW 1.1.4.1 [1.18.2] Forge2 years ago 130
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
Changelog 1.1.4.1:
- Implemented Projectile Damage Attribute mod
- Changed config lines for bows, crossbows and gun items to represent actual damage dealt instead of bonus damage
- Added config lines for pull time and max velocity for bows and crossbows
- Added config lines for damage, velocity, divergence and number of silver bullets needed for guns
- Buffed posture loss applied by all guns
- Added config line for posture loss modifier applied to the player by both stagger enchant and silver bullets, silver bullets apply 75% by default and stagger apply 100%
- Darkmoon Longbow ability config line also represents actual base damage done to entities
Optional dependencies
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:oX6SohLj:GSA2446w"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oX6SohLj:GSA2446w"
}




