All versions
1.1.4.3-1.18.2-forge
Release
SW 1.1.4.3 [1.18.2] Forge2 years ago 1,414
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
Changelog 1.1.4.3 Forge exclusive:
- Made compatible with Epic Fight mod
- NOTE: I was not able to override the block animation greatswords and other weapons have when using the right click ability, but the ability will still work despite the animation blocking the view
- With Epic Fight mod installed, some weapons cannot be in the offhand, making for example Comet Spears Skyfall ability unusable. Instead of having the item in the offhand, sneaking and using is required instead.
- For info about weapon abilities, holding ALT is required instead of SHIFT in normal versions
- Merged texture layers for Remnants, Forlorn and Dark Sorcerers and made Remnants partly translucent
- Dragonslayer Swordspear ability now targets tameable entities too, as long as they are not tamed
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:S2m04eQN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oX6SohLj:S2m04eQN"
}




