
EmakiForge | Blueprint Forging & Quality Crafting
A blueprint-and-material forging system: blueprint-gated recipes, seven material effect types, a capacity budget, a six-tier quality system with pity and deterministic results, full result previews, tamper-proof audit signatures and forge history.
Tags
Creators
Details
4.5.0
Compatibility
Required content
Changes
Added
- Forge item refresh actions for held item, player inventory, and all online players.
- Manifest v2 Web Console integration.
- Command suggestions after
/emakiforgeor/eforge.
Improved
- Consolidated recipe result structure toward
result.success.outputs/actionsand related branch fields. - Improved recipe loading and default examples.
- Aligned with the Paper API /
paper-plugin.yml1.21.8+ baseline.
Notes
- Update with the matching CoreLib release.
- Breaking: Action aliases were removed; use canonical action IDs.
- Migrate older flat result fields to
result.success.*when needed.
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:Ksqjj9TX:Ou4vmBVv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ksqjj9TX:Ou4vmBVv"
}

