All versions
1.4.1-1.21.1-fabric
Release
SW 1.4.1 [1.21.1] Fabric6 months ago 20.3K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
1.4.1
- REI now properly cycles the twinkling titanite upgrade recipe output instead of having one fixed item as the result when previewing the recipe
- Reduced the permafrost amplifier Rime Spectre would apply, added addition to the frost bar instead
- Fixed a bug making returning projectiles (like Leviathan Axe and MjĂžlnir) despawn after 1200 ticks instead of returning to the user
- Fixed mobs randomly spinning while pathfinding
- Fixed bugs with ability items preventing vanilla use even if the item had no ability overriding the default use
- Fixed a bug preventing the user from reducing posture, bleed and frost buildup if the resistances were high enough
- Fixed a bug preventing Darkmoon Greatsword from being used
- Fixed a bug preventing Moonveil from being used while standing
- Fixed a bug preventing items from being consumed when used on Blackstone Pedestal to summon bosses
- Added config lines in the boss config to enable/disable the consumption of the item
- Fixed a bug preventing Day Stalker from spawning flames during the "Decimate" attack in phase 2
- Day Stalker and Night Prowler can no longer move during phase transition
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:qCGm0W32"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oX6SohLj:qCGm0W32"
}




