Tags
Creators
Details
4.1.0+mc1.20.1-forge
Compatibility
Required content
Changes
Immersive Engineering and Mekanism are now supported.
Immersive Engineering
20 new blocks: aluminum, lead, nickel, silver and uranium, each in granite, diorite, andesite and tuff.
Immersive Engineering redrew its nickel and uranium ore after 1.20.1, so this file uses the 1.20.1 drawing of both and the 1.21.1 file uses the newer one. Either way the variants match the ore you actually have.
Mekanism
20 new blocks: osmium, tin, lead, uranium and fluorite, each in granite, diorite, andesite and tuff.
Mekanism draws its tin ore differently on 1.20.1, and this file uses that drawing for the same reason.
Every one of these ores already generates in stone, granite, diorite, andesite, deepslate and tuff, so all forty variants are a pure restyle. The same veins in the same places, the same drops, the same experience and the same pickaxe, with the background matched to the rock around it.
Both mods build for Forge and NeoForge at Minecraft 1.20.1, and this Forge file runs on both.
The Immersive Engineering overlays are drawn from its own ore textures and are used with the permission of BluSunrize. The Mekanism overlays are drawn from its ore textures, which are MIT licensed.
Nothing else has changed. The same blocks, the same ids, the same generation and the same config as 4.0.0.
Optional dependencies
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:oWpIIBJu:DLeWzak8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oWpIIBJu:DLeWzak8"
}

