1.0.0
Compatibility
Changes
About This mod overhauls how emeralds are acquired and stored on your person.
Features Zombie Villagers and Pillagers can now rarely drop emeralds (increased chance with looting) New Wallet item can be crafted to store a double chest worth of emeralds in a single inventory slot! Emeralds you shift click into your inventory or pick up will automatically go into a wallet if you have one that has space for them. The Wallet can be used in place of emeralds for trades. Decorated Pots can be found on the surface and in caves with an item in them. The items and chances are listed below: Count Item Chance 1-2 Emerald 125/306 (~41%) 2-8 Arrow 100/306 (~33%) 1-2 Iron Ingot 50/306 (~16%) 1 Gold Ingot 25/306 (~8%) 1 Amethyst Shard 5/306 (~2%) 1 Diamond 1/306 (~0.3%)
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:Y2SYeHT1:UPcwBZ2k"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Y2SYeHT1:UPcwBZ2k"
}

