All versions
1.2.0
Release
Sorcerous Nether 1.2.02 months ago 309
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
V1.2.0 - The Campsite Update
Features
- Added the Wither Wayfarer
- Added the Lost Pearl, an item dropped by Wither Wayfarers used for locating the lost keep
- Added the Campsite, a small structure which is home to Wither Wayfarers
- Added the Cursed Wand, a new craftable weapon
- The Curse Infused Lava Lily is now obtainable in survival
- Added new config options, mainly related to newly added content
- Added 1 new advancement
Balancing
- Decreased the absolute amount of loot present in lost keep chests and barrels (roughly by half)
- Made lost keeps generate slightly further from each other on average
- Increased the movement speed of the Lost from 0.25 to 0.3
- Mist clouds left behind by the Lost now last longer and apply swiftness to undead for longer
Mod Compatibility
- Sorcerous vessels can now be inserted into charm slots when Curios API is installed
Fixes
- Fixed a crash when trying to create a sorcerous vessel from modded potions with extremely short names
- Fixed the robust chain being absent from the mineable/pickaxe tag
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:bTtlZtEX:PhtxH7g2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bTtlZtEX:PhtxH7g2"
}

