All versions
1.1.4.2-1.20.1-fabric
Release
SW 1.1.4.2 [1.20.1] Fabric2 years ago 70.1K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changelog 1.1.4.2:
- Fixed a bug where other players could pick up a players Leviathan Axe and Mjolnir despite him throwing it and returning it (despite the projectiles having him as owner)
- Fixed a bug where Darkin Scythe Prime attack speed was 1.6 instead of 1 (update config to make it live)
- Players having Ghostly effect cannot attack (mainly during Umbral Trespass ability)
- Fixed an issue where Umbral Trespass ability would crash the game at random intervals (too many packets being sent)
- Added is_fireproof_item config lines for all weapons and armor, determining whether the item is fireproof or not like netherite
- Fixed a bug where throwing Leviathan Axe did not apply Permafrost to the target hit
- Added config line prioritize_off_hand_shield_over_weapon which is false by default, set it to true to have the shield being prioritized over the items use ability (like Nightfall smash)
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:8NbsppBy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oX6SohLj:8NbsppBy"
}




