All versions
1.14
Release
Ethium Reimagined 1.143 months ago 83
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- Updated mod logo
- Updated all ethium textures to be more saturated and have the color palette be uniform (blocks, items, tools, armor share the same colors)
- Ethium armor does not contain the brass highlights it used to have, due to being incompatible or looking weird when using armor trims
- Changed a few advancement types (will not affect gameplay)
- Fixed advancement not giving it to you properly due to having more than 1 of whatever the advancement checked for
- Removed everything from vanilla creative inventory tabs to avoid clutter; now everything is in one placeThe
- Ethium Smithing Upgrade template is now craftable by spouting 20mB of molten ethium on a netherite smithing template. (It is more satisfying and costs less ethium, but ethium sheets are now temporarily useless)
- Also removed the duping using nuggets (inconsistent with vanilla and becomes expensive really quickly)
- Due to ethium sheets being temporarily useless, you are now able to smelt them back into 200mB of molten ethium, so you can successfully turn them back to normal ingots (or blocks if you want to) without losing anything
- Renamed Ehium Block to Block of Ethium
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:LqRruywl:7W3jV9OD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LqRruywl:7W3jV9OD"
}


