Tags
Creators
Details
5.0.0
Compatibility
Required content
Changes
Changelog for Treasure2 (Neoforge 1.21.1)
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[5.0.0] - 2026-06-14
Treasure2 has moved to Minecraft 1.21.1 (NeoForge). It brings along everything from the 1.20.1 version, so the notes below cover only what is different from 4.0.3 — not the features that simply came along for the ride.
⚙️ Changed
- Treasure2 now runs on Minecraft 1.21.1 with the NeoForge mod loader. Earlier versions were for Minecraft 1.20.1 on Forge.
➕ Added
Chest Loot Tables
- Mace to Legendary
- Heavy Core to Epic
- Breeze Rod to Epic
- Trial Key, Ominous Trial Key to Epic, Legendary, Mythical
- Ominous Bottle to Rare, Epic, Legendary, Mythical
- Potion of Infestation, Oozing, Weaving, and Wind Charged to Uncommon
🛠️ Fixed
- Weapons now land critical hits at the chance shown on the item. Previously, any weapon that listed a critical-hit chance would critically hit on every swing.
Important
- Worlds created with the old Minecraft 1.20.1 version are not carried over automatically. Start a fresh world on 1.21.1, or keep playing your existing world on the 1.20.1 version.
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:kJtaoypK:lgLHZK0k"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kJtaoypK:lgLHZK0k"
}

