Tags
Creators
Details
1.1.12-b2+MC1.20-1.20.1
Compatibility
Required content
Changes
-
Added new config "Villagers return selected items" (default false)
If true, when a villager selects a trade based on an item they were thrown, they'll throw that item back to the player.
-
Villagers will now try to select trades for thrown items in the order they were received.
-
Villagers will now throw back rejected items sooner.
-
Villagers will no longer gather items that they threw, even if they would do so in vanilla.
-
Villagers now try even harder to throw items to the most recent player (or other entity) they've interacted with.
-
Reworked how persistent data is saved and retrieved
-
Fixed villagers not charging an emerald to return gathered items
-
Fixed rejecting tipped arrows with potions with modifiers
-
Fixed setting suspicious stew trades
A cumulative changelog can be found here
Optional dependencies
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:nCJ3OD1g:LnVDgk4H"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nCJ3OD1g:LnVDgk4H"
}

