All versions
1.2.0
Release
Yapi: Farmer's Choice 1.2.0last month 57
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
YAPI: Easy Choice 1.2.0
Visual Rework
- Reworked the Choice Chopper block.
- Updated the Choice Chopper model and texture.
- Fixed the Choice Chopper item model in inventories and as a dropped item.
- Fixed missing and incorrectly rotated model parts.
- Fixed broken-looking block-breaking particles.
- Removed visual artifacts around the input and output areas.
- Improved the baked block and item models so they now match the in-world block much more closely.
Block Interaction
- Adjusted the Choice Chopper collision and selection shapes so the input and output areas no longer behave like solid extensions of the block.
Compatibility and Stability
- Cleaned up the block and item model files to ensure proper Minecraft: Java Edition compatibility.
- Fixed model data that could cause incorrect rendering in item form.
- Rebuilt and released the mod as version
1.2.0.
Notes
This update focuses on the visual rework of the Choice Chopper, making it look and feel significantly better both when placed in the world and when displayed as an item.
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:OpKo9rXd:gLHdpt4J"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OpKo9rXd:gLHdpt4J"
}



