Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 5 days ago
All versions
1.1.1-fabric+26.1.2
Release
MC2 - Interactive Foliage 1.1.1 Fabric 26.1.22 months ago 24.1K
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
1.1.1 - 2026-06-13
Fixes
- fixed fabric dependency issue - (816ce77) - Kart0
- fix fabric error - (c7694f9) - RazorPlay01
- fix fabric error - (0ab322f) - Kart0
Other
- attempt to fix the dependency being added when auto-publishing - (58c864a) - RazorPlay01
- Merge pull request #5 from RazorPlay01/main - (0ab322f) - Kart0
- Update stonecutter.properties.toml - (8e31125) - Kart0
Revert
- reverted changes - (e7b7f81) - Kart0
Contributors
-
Kart0
-
RazorPlay01
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| mc2_interactivefoliage-1.1.1-fabric+26.1.2-sources.jar | Unknown | 114.46 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:vwQkWSFj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ba5MV2CF:vwQkWSFj"
}

