All versions
0.2.0+neoforge-1.21.1
Release
0.2.0+neoforge-1.21.13 weeks ago 615
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
v0.2.0
- Added EMC for all five alchemist ink tiers (common through legendary).
- Common ink is a root value (no recipe; chest loot and wandering traders only); the four tiers above it follow the cauldron's fixed four-to-one ladder.
- Bottle returns from the cauldron recipes are factored in, so each tier stays EMC-neutral or below.
- Elixirs remain unvalued (component-carrying potion bases, no item source for blood, and per-recipe brew ratios).
- Moved the mithril anchor from Raw Mithril to Mithril Scrap. ProjectE forces every item in the raw-materials tag to zero, so the old value never applied and the mithril chain went unpriced on 1.21.1. Smelting is one-to-one, so the value is unchanged.
- Dropped the Arcane Salvage value from the 1.21.1 build. Iron's Spellbooks 1.21.1 ships the item's assets but never registers it, so the entry only produced a load error. The Forge 1.20.1 build, where the item does exist, keeps it.
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:u2PyIpPY:UTb3NHhl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u2PyIpPY:UTb3NHhl"
}

