Tags
Creators
Details
All versions
1.5.1+mod
Release
[MOD] Mine Treasure 1.5.12 years ago 414
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
Mine Treasure 1.5.1
New Feature - Multiple Biome Treasures
- If two biomes overlap each other when performing the biome check, it will randomly pick between the two biomes. E.g. Frozen Peaks may now drop both Mountain and Ice treasures. Meadow may drop Flower or Mountain treasures. This feature is also present in modded biomes, and addresses those issues automatically. There are no weighted preferences here to what type of treasure will spawn if this occurs.
Loot Table changes
- Changed Binomial Distribution to be more consistent (should hopefully get rid of treasures sometimes being empty)
- Made it possible to make chances even lower than 0.0001%
Bugfixes
- Fixed Rare Warped Forest Treasure not spawning
- Fixed Legendary Soul Valley Treasure not spawning
- Fixed End Treasures spawning Default treasures
- Laser Scope not working
- Piglin Jealousy not working as intended.
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:5y2R1ofr:pL9Sxh5R"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5y2R1ofr:pL9Sxh5R"
}

