Tags
Creators
Details
All versions
2.4.0-Fabric
Beta
Ecologics 2.4.0 (Fabric 1.21.11)5 months ago 11.4K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
Spring to Life Integration
- All-new spawn egg textures for Coconut Crabs, Penguins, and Squirrels, aligning with the new spawn egg textures.
- Walnut Fallen Trees are added.
- Prickly Pear chance is reduced to make way for vanilla Cactus Flowers.
The Copper Age Integration
- All-new Shelves! Come in Azalea, Coconut, and Walnut. Crafted and functions the same way as vanilla shelves.
Miscellaneous
- Coconut Crabs now have baby variant.
- Pots now waterloggable.
- Updated Coconuts:
- Decreased the damage from falling coconuts to be half that of Anvils. Coconuts aren't as heavy as anvils logically.
- Coconuts can be placed under Coconut Leaves. This will mark the hanging coconut as persistent so it won't fall on its own.
- Coconuts that fell into water will not break. I may look into a solution to implement random chance of breaking based on fall distance but for now the chance is 25%.
- Breaking Coconut with axe will cause it to drop Coconut Slices instead of Coconut, unless enchanted with Silk Touch.
- Now waterloggable.
- Coconut Husks can be used as furnace fuel. Same burn time as bowls.
- Updated Thin Ice:
- Thin Ice can now be crafted. 2x Ice blocks to 4x Thin Ice blocks.
- Thin Ice no longer breaks if you move down from 1 block height such as moving down from a slab. Just don't jump!
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:Vn7qLPdn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NCKpPR0Z:Vn7qLPdn"
}

