All versions
1.1.0-1.21.1
Beta
TSOLs 1.1.0 [Fabric 1.21.1]last year 95
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
Main Changes:
- Adjusted stats and some status effects on Crystal Armors and Tools
- Changed the frequency of Status effects (for example, Frost and Fire status effects deal damage every 1.25 seconds)
- Added new Status Effect: "Wet"
- Added a Status Effect combination: Wet + Frost = Frost 2
- Added 10% chance to apply levitation effect using Air Sword, Cannon Balls, Arrows and Tools
- Added 20% chance to apply blindness effect using Ender Sword, Cannon Balls, Arrows and Tools
- Added Autosmelt on Ignis Sword and Tools
- Added Cannon Ball destruction on block hit
- Now Air Cannon Ball creates a wind explosion on entity and block hit
- Removed random direction knockback from Air Cannon Balls and Arrows
Other Changes:
- Changed Crystal Helmets item textures
Bug Fixes:
- Iron Cannon no longer shoots arrows
Minecraft version: 1.21.1 (may work for all 1.21.x versions but it is not tested)
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:8Uq19GRz:orNgto6h"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8Uq19GRz:orNgto6h"
}

