Tags
Creators
Details
1.3.0-neoforge+26.2
Compatibility
Required content
Changes
Interactive Foliage 1.3.0 UPDATE
Info en español
¡La compatibilidad con MODS ha llegado!
- Biomes O' Plenty
- Farmers Delight (Retail & Refabricated)
- Serene Shrubbery
- No Man's Land
¡Tambien se añadió Forge 1.20.1!
Ésta actualizacion ha sido publicada gracias a Razor
PD: Los crashes con SODIUM están siendo investigados... esperamos tener una solución lo más antes posible

Compatibility with mods have finally arrived!
- Biomes O' Plenty
- Farmers Delight (Retail & Refabricated)
- Serene Shrubbery
- No Man's Land
Forge 1.20.1 also has been added!
This update has been released thanks to Razor
PS: SODIUM crashes are being investigated, hope it gets fixed as soon as possible
-karto
1.3.0 - 2026-08-16
Fixes
- fix for compiling in Forge - (4db800c) - RazorPlay01
Other
- port to forge - (3b80cb5) - RazorPlay01
- added support to mods: [Biomes O' Plenty, Farmers Delight (Retail & Refabricated), Serene Shrubbery, No Man's Land] - (2efc333) - RazorPlay01
- some changes - (5150578) - RazorPlay01
- added empty mixin for fix forge compile error - (7bf2266) - RazorPlay01
- Merge branch 'Kart0:main' into main - (47b015d) - RazorPlay01
- Merge remote-tracking branch 'origin/main' - (00e0406) - RazorPlay01
- Merge pull request #16 from RazorPlay01/main - (fca32ca) - RazorPlay01
- forge port and new mods supoport - (fca32ca) - RazorPlay01
Contributors
- RazorPlay01
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| mc2_interactivefoliage-1.3.0-neoforge+26.2-sources.jar | Unknown | 116.03 KiB |
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:ba5MV2CF:8XHuwP6A"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ba5MV2CF:8XHuwP6A"
}


