All versions
1.1.BETA
Beta
ZS's Features 1.1 - BETA3 weeks ago 8
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Unavailable version
Changes
ZS's Features 1.1 BETA Changes
Major Changes:
- Added new Pre-Hardmode Items(Bandage, Backpack, Wood Shears, Wood Bucket, Wood Water Bucket, Wooden Shield, Diamond Backpack, Sturdy Bandage)
- Changed survival recipes for all Elemental Rods(they will now require the Elemental Tackle Box and one Elemental Rock)
- The Azurite Upgrade can now be found inside End City chests
- Now requires Curios API
- Completely reworked all Charms
- The Lava Charm can only be found in Nether Fortress chests
- The Sea Charm can only be found in Buried Treasure chests
- You can craft the Hero Charm with Sea Crystals and Gratitude Essence
- Reworked the Guide Book entirely(will be given even if you load into a world already made before this version so you don't have to start over! sweet!)
Minor Changes:
- Added new Armor(Azurite)
- Added new Advancements
- Added new Curios "Accessories"(Lava Charm, Sea Charm, Titanium Ring, Dream Helm, Netherite Ring, Azurite Ring, Molten Ring, Light Ring, Water Ring)
- Added new Materials(Dream Essence, Dream Upgrade)
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:eFpi6vA8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:deJ0agWS:eFpi6vA8"
}

