Tags
Creators
Details
v1.20.4-1.2.0
Compatibility
Changes
v1.20.4-1.2.0
Version bump to 1.20.4-1.2.0 - Wxrlds
Change the way effects are applied (again) and fix custom effects not working - Wxrlds
Change the way saturation and nutrition is applied and remove AppleSkin compile dependency - Wxrlds
Fix compatibility with Botany Pots - Wxrlds
Fix compatibility with Curios - Wxrlds
Update dependencies - Wxrlds
Use a method to register fruits - Wxrlds
Apply effects using finishUsingItem - Wxrlds
Cache the tooltip data, instead of reading it once a tick (when viewing the tooltip) - Wxrlds
Use a method to register crop blocks - Wxrlds
Only allow placing the seed when clicking the top of the block - Wxrlds
Make use of the enum to register the config - Wxrlds
Improve performance of Beetzza logic - Wxrlds
Use an Enum to register the fruits and crops - Wxrlds
Improve reading the plantable on config, as well as the logic to enforce this. Allow placing seeds on multiple blocks - Wxrlds
Improve reading the effects config - Wxrlds
Consolidate redundant fruit and crop classes into generic implementations - Wxrlds
Fix game crashing when there is a Wandering Trader at nighttime - Wxrlds
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:RPbLPT3J:8AUQ9KS6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RPbLPT3J:8AUQ9KS6"
}




