All versions
1.5.0
Release
The update that changed the Saul: Part 14 months ago 11
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
SOA 1.5.0 - The update that changed the Saul: Part 1
This update is part 1 of a major update that adds a ton of new biomes to the saul, part 2 of this update will come out after mcreator 2026.1 comes out and add cave biomes.
Full change log
- Added the Strange Crystal
- Added the Strange Sword
- Added the rose
- Added 18 new biomes in the saul
- The susy knife is now tagged as a knife
- Fixed Knifes not dealing extra damage (This has been an issue since the pre-release era of SOA and I've only just fixed it this update 🥀)
- The colors of most "main" biomes in the saul have been changed to be more saturated
- The Low Turfs should now genarate a bit less
- Changed how much exp you get from completing the "The Bizarre Adventure" advancement due to all of the new biomes added which makes it the one of the hardest advancements in the mod
- Fixed Many ores not droping stuff
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:8cQTO4I3:jIkuWwVF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8cQTO4I3:jIkuWwVF"
}

