All versions
1.0.1
Release
ZS's Features 1.0.1yesterday 7
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
Be sure to check the in-game Guide Book for assistance!
Update Notes 1.0.1
Major Changes:
- Added new Charms(Hell-Forged, Hero)
- Added a new magic mechanic(Soul Crystals)
- Soul Crystals drop from specific enemies(check desc for more info)
- Added new crafting tables(Soul Table, Mixing Bowl)
- Added new Spells(Lesser Fire, Greater Fire, Lesser Light)
- Added new types Fishing Rods(Fire, Water, Light, Dark)
- Added a Guide Book
- Added a new set of Decoration Blocks(Sea Crystal, Elemental Sand)
Minor Changes:
- Removed Purity Charm
- Added new Advancements
- Removed all Amber & Jade Items
- Removed unused textures
- Changed the recipe for Warden's Bane
- Added new Materials(Soul Crystal Cluster, Fire Soul Crystal, Ancient Soul Crystal, Void Soul Crystal, Soul Paper, Elemental Powder)
- New Fishing Rods make it easier to obtain the elemental rocks
- Nerfed all Armor sets
- Added new Armor(Dark)
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:deJ0agWS:5kHhe4lm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:deJ0agWS:5kHhe4lm"
}

