Tags
Creators
Details
Licensed ARR
Published 4 months ago
Updated 5 days ago
All versions
2.0.0-neoforge+26.2
Release
MC2 - Interactive Foliage 2.0.0 Neoforge 26.25 days ago 41
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client-side
Required content
Any compatible version
Changes
INTERACTIVE FOLIAGE 2.0 - Update

Added
- New GPU render system, faster and smoother
- Smooth interaction from entities
- Waving Foliage added
- Weather Wind added (rain & storms)
- Quality Presets added
- Works on OpenGL and Vulkan
- Compatibility with Sodium, Iris/Oculus, Embeddium, Polytone, core shader resource packs and Terrain Slabs
- Visual and technical parity across all versions
Soon
- More mods compatibility
- Maybe Sable support
karto
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| mc2_interactivefoliage-2.0.0-neoforge+26.2-sources.jar | Unknown | 259.49 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:EPU7W6IY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ba5MV2CF:EPU7W6IY"
}

