Tags
Creators
Details
1.21-2.17.0
Compatibility
Changes
+Candles/torches can now be directly placed on lilypads by right-clicking
+Fertile soil crop types can now be controlled by adding crops (including modded crops) to a new tag.
*Fertile soil now works differently. There is only one fertile soil variant for all crops. Crops planted on fertile soil will 'spread' to adjacent soil (both fertile soil and regular soil).
*New candle lilypad model that looks like a vanilla candle on a lilypad
*New brazier model made of tuff instead of andesite
*Changed brazier recipe to use tuff
*Hopper filter can now be set to multiple items using bundles (setting the filter with shulker boxes is unchanged).
*Fixed some blocks not having a correct tool type as items.
*Fixed link lines rendering strangely
-Removed autocrafter (made obsolete by vanilla)
Patchouli integration may be a bit wonky on this version, as this update was written before Patchouli had updated to MC1.21.
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:M09T0qPI:85Vv5sN4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:M09T0qPI:85Vv5sN4"
}


