All versions
2.3.7-NeoForge
Release
Ecologics 2.3.7 (NeoForge 1.21.1)last week 3,747
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
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
- Adjusted the ordering of creative tab to match vanilla ordering of wooden products.
- Restored functionality of Prickly Pear item.
- Cooked Prickly Pear now restores slightly more hunger and has the same great effect of removing Wither without the damage.
- There is now dedicated mod foods entry instead of borrowing from vanilla foods. The food has been changed to use the new food registry entries.
- Coconut Husk is now tagged under c:bowls tag. The vanilla bowls also use that tag.
- Coconut Husks can be crafted into bowls if you're intending to use recipes that strictly use vanilla bowls.
- Tropical Stew no longer effectively duplicates bowl. Now consuming the Tropical Stew leaves you with a coconut husk.
- Fixed an issue where Ecologics signs and hanging signs wouldn't drop.
- Fixed some oddities with placing Moss Carpets onto Moss Layers.
- (NeoForge) Fixed an error with compostables data map.
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:ihEiqSv4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NCKpPR0Z:ihEiqSv4"
}

