Tags
Creators
Details
22.0
Compatibility
Changes
š§© Wild Growth ā Update v22.0 Release Release READ NOTES! š¢ Minecraft: Java š Date: 2/3/2026
⨠Added
- Added: Corn soup
š§ Changed
- Changed: Creative tab name and
- Changed: Uncrafting recipe of the snowy blossom
- Changed: Ghost Orchid now generate in the overworld
- Changed: Remodeled corn plant texure
- Changed: Remodeled Strawberry Plant texure
- Changed: Remodeled Tomato Plant texure
- Changed: Some broken plant sounds
š Fixed
- Fixed: plants not visible on minimaps
- Fixed: Hardness of the pink bulb
- Fixed: Bugged plant model Dying Orchid
- Fixed: Double fern not dropping
- Fixed: Double poppy flower giving 1 red dye instead of 2
š Versions
- All
ā ļø Notes
- Wild Growth now requires AnvilCore šØ https://www.curseforge.com/minecraft/mc-mods/anvilcore
š Modrinth: https://modrinth.com/mod/wild-growth- š CurseForge: https://www.curseforge.com/minecraft/mc-mods/wild-growth
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:fmgUQvgF:3a2k2PSz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fmgUQvgF:3a2k2PSz"
}

