Tags
Creators
Details
All versions
2.5.3-NeoFab
Release
Ecologics 2.5.3 (Neo/Fabric 26.1.2)3 months ago 15.5K
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Fabric
NeoForge
Supported environments
Client and server
Changes
Version 2.5.2
- Slightly reorganized the wooden contents of Ecologics creative tab to match vanilla ordering.
- Added missing translation nodes for hanging signs, shelves, and fixed translations for boat entities for several language files.
- Added the following language files:
- Shakespearean English
- Piratespeak
- Mexican Spanish (copied from es_es with a few words modified)
- German (rough, not perfect)
- Canadian English (currently the same as en_gb)
- Canadian French (currently the same as fr_fr)
- Updated the following language files:
- French
- Italian
- Spanish
- Swedish (Still rough and incomplete)
- Turkish (Still very rough and incomplete)
- Russian (Courtesy of a nice user on GitHub)
- English and British English (reorganized)
Version 2.5.3
- Added Danish language courtesy of a user on Discord.
- Crab Claws can now be used to shear Flowering Azalea log blocks.
- Fixed missing advancement for Azalea Flower suspicious stew.
- Fixed an issue where the wall variants of Ecologics signs wouldn't drop.
- Fixed the visuals for Baby Penguins so they appear less sunken while sliding on ice, and should be using the right textures.
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:kmOLxPKR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NCKpPR0Z:kmOLxPKR"
}

