Tags
Creators
Details
All versions
2.2.7-Forge
Release
Ecologics 2.2.7 (Forge 1.20.1)last month 40.2K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- Backported several languages.
- Flowering Azalea logs can now be sheared with Crab Claws or items tagged with c:shears
- The tag c:shears also includes forge:shears
- Moved c and forge tags to be stored in common instead of being modloader-specific. That means no matter if it's Forge or Fabric, you get both c and forge tags. This is done to improve compatibility.
- Adjusted the ordering of creative tab to match vanilla ordering of wooden products.
- Fixed some oddities with placing Moss Carpets onto Moss Layers.
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:NCKpPR0Z:jB0V9NeZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NCKpPR0Z:jB0V9NeZ"
}

