Creators
Details
Licensed MIT
Published 7 months ago
Updated 13 hours ago
All versions
2.0.0+1.20.1
Release
SST 2.0.0 - Fabric 1.20.113 hours ago 1,063
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
REUPLOAD, SORRY FOR BROKEN VERSION
Full Changelog
2.0.0+1.20.1
General Changes
- Rewrote
Simply Swords Battle Standard Tweaksinto a mod that supports both Fabric and Forge for 1.20.1 - Added a full in-game config GUI using
YACL - Migrated config and networking to
S-Lib- Automatically syncs configs from server to clients upon joining or saving
- In-game config editing is restricted to OPed on servers, singleplayer is not affected
New Features
- Added Simply Swords' "Modern Field" support to the Nullification Standard
- Modern Field rings for all banners now dynamically scale to their configured radii
- Added an option (
nullification_prevent_battle_fatigue) to replace the Battle Fatigue status effect with an internal cooldown, preventing cooldown cleansing using milk or any other way of cleansing negative effects - Added radius and amplifier settings for Righteous and Nullification Standards alongside existing Galeforce and Abyssal Standard options
Fixes
- Fixed an issue where Icewhisper's aura would stack Slowness infinitely on targets
- The cap on Slowness can be adjusted freely (the fix can also be disabled)
- Cleaned up the ReBalance compat's code
- Fixed an issue where sometimes Battle Standards did not get the ReBalance scaling applied to them
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:jZp8yNTq:bZNBbmpH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jZp8yNTq:bZNBbmpH"
}

