Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 6 days ago
All versions
2.6+mod
Release
2.66 days ago 952
Compatibility
Minecraft: Java Edition
26.3
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Added
- Overlay plants. Vines, Glow Lichen and Sculk Veins can now share a pot with another plant. Rotating with a stick only spins the main plant.
- Off-hand alternative plants. Sneak on a pot with the plant in your off-hand (main hand not holding a plant) to place an alternative look:
- Small Dripleaf → just the stem
- Mangrove Propagule → the fully grown hanging propagule
- Wall-mounted player heads are now supported.
- Plants follow the head's rotation. Plants placed on a rotated player head are turned to match it.
- Planting from the same level. Small pots (flower pots, head pots) can now be planted while standing inside the pot's block instead of having to be on top of it - no more breaking the block above a pot to reach it.
- 4 new head pots in the stonecutter (third row): Bag, Tankard, Copper Basin and Leafy.
- Poplar leaves (red, orange, yellow) and Red Shrub can be potted.
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:cPfmk5E3:Yuj6TvrE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cPfmk5E3:Yuj6TvrE"
}

