Tags
Creators
Details
Licensed MIT
Published last year
Updated 2 weeks ago
All versions
1.0.12+26.2
Release
Villager Coin™ 1.0.12+26.22 weeks ago 66
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
[1.0.12+26.2]
This update changes some Villager trades. Only newly rolled Villager trades in your world will reflect these changes.
Added
- Added
villagercoincommand that provides a link to the Github issues page.
Changed
- Changed how coins are selected for trades with the trade changes enabled. Items in tags are now forced.
- Changed Bookshelf Librarian trade to Iron Coin from Copper Coin.
- Changed Raw Rabbit Butcher trade to Iron Coin from Copper Coin.
- Changed Rabbit Stew Butcher trade to Iron Coin from Copper Coin.
- Changed Sweet Berries Butcher trade to Iron Coin from Copper Coin.
- Changed Glazed Terracotta Mason trades to Gold Coin from Iron Coin.
- Changed Rabbit Foot Cleric trade to Gold Coin from Iron Coin.
- Changed Colored Dye Shepherd trades to Copper Coin from Iron Coin.
- Changed Turtle Scute Leatherworker trade to Gold Coin from Iron Coin.
- Changed Leather Horse Armor Leatherworker trade to Gold Coin from Iron Coin.
- Changed Leather Leatherworker trade to Iron Coin from Copper Coin.
- Changed Feather Fletcher trade to Copper Coin from Iron Coin.
- Changed Tripwire Hook Fletcher trade to Gold Coin from Iron Coin.
- Changed default
goldForEmeraldconfig value from 8 to 1.
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:jEjEEHLL:2rGPrkTd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jEjEEHLL:2rGPrkTd"
}




