Tags
Creators
Details
Licensed ARR
Published 3 months ago
Updated last week
All versions
1.1.0-neoforge+26.1.2
Release
MC2 - Interactive Foliage 1.1.0 Neoforge 26.1.22 months ago 20
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client-side
Required content
Changes
[1.1.0] - 2026-06-13
Fixes
Other
- init commit - (8655034) - RazorPlay01
- bugfix - (27ac69a) - RazorPlay01
- bugfix - (1608fe7) - RazorPlay01
- bugfixes - (f18e871) - RazorPlay01
- media files added - (f260fe2) - Kart0
- media file added - (783a45c) - Kart0
- media file added - (8057df8) - Kart0
- media gifs added - (e3e6a64) - Kart0
- release source code for interactive foliage - (634f70b) - Kart0
- Merge upstream/main, keeping all stonecutter versions (forced gradlew from ours) - (a557e3c) - RazorPlay01
- delete old build.gradle - (a1f0bf2) - RazorPlay01
- Merge pull request #2 from RazorPlay01/stonecutter - (6676c3a) - Kart0
- Stonecutter - (6676c3a) - Kart0
- Merge pull request #3 from RazorPlay01/stonecutter - (21b228a) - Kart0
- stonecutter fixes - (ac99f24) - Kart0
- lang files and icon fix - (9369ec6) - Kart0
- more fixes - (d9be7c1) - RazorPlay01
- Merge pull request #4 from RazorPlay01/main - (4bba16e) - Kart0
- more fixes - (4bba16e) - Kart0
- Merge branch 'main' of https://github.com/Kart0/mc2-interactivefoliage - (2c7ece0) - Kart0
Contributors
-
Kart0
-
RazorPlay01
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| mc2_interactivefoliage-1.1.0-neoforge+26.1.2-sources.jar | Unknown | 114.38 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:3akC2slz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ba5MV2CF:3akC2slz"
}


