All versions
0.1.2+forge-1.20.1
Release
0.1.2+forge-1.20.13 weeks ago 213
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Singleplayer
Required content
Changes
v0.1.2
- Moved the soulstone and brilliance anchors from Raw Soulstone and Raw Brilliance to Refined Soulstone and Refined Brilliance. Malum 1.8.2 puts both raw items in the raw-materials tag, which ProjectE forces to zero, so the old values never applied and both lines went unpriced. One raw smelts into two refined, so the per-item values are halved and the totals are unchanged.
- Moved the cthonic gold anchor to the Block of Cthonic Gold at nine times the old value. Cthonic Gold and its fragments are both in the raw-materials tag and cannot carry EMC, so the storage block is the only node in that line that can. Cthonic gold is obtainable through EMC again; the Spirit Infusion outputs that consume it still derive without its cost.
- Dropped the Clinging Blight value. It is a placed block with no item form, so ProjectE rejected the entry with a load error on every world load. The block drops Blighted Gunk, which is already valued.
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:Npbk0eK5:KVefxTW0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Npbk0eK5:KVefxTW0"
}


