Tags
Creators
Details
1.4.3+mod
Compatibility
Changes
Mine Treasure 1.4.3
Updated to 1.21
Developer Note: Attribute changes, most enchants will be listed as attributes in item tooltip. Attributes have moved from UUID to an ID system, hopefully this does not break anything when a player is upgrading from 1.20.6 to 1.21.
Modded Biome Tag support
- Treasures now have biome priority, it will check the prioritised biome tag. No Mine Treasure biomes have changed as a result of this. However, most mods should now be compatible with Mine Treasure since this allows for Mine Treasure to utilise
c:tags
Bugfixes
- Fixed Rare Charms not having a timer.
- Fixed Meadow being consider both Flower and Mountain biome.
- Fixed Spawn Frequency settings to show actual percentages.
- Fixed Reach potion potentially not resetting the reach effect.
- Fixed Donkey Wand not working.
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:Rv3dPsLc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5y2R1ofr:Rv3dPsLc"
}

