
Forgewright
Start by tapping a rubber tree with a treetap. End by fabricating matter from raw energy in an orbital station you built with construction drones. Forgewright is an eight-tier engineering mod on NeoForge 26.1.x, with real chemistry, hired workers
Tags
Creators
Details
0.4.4
Compatibility
Required content
Changes
[0.4.4] (2026-06-09)
Hotfix for a crash that made the mod unusable on NeoForge in 0.4.1–0.4.3.
Fixed
- Opening the Codex book or a letter no longer crashes the game. The markdown
parser library (CommonMark) that backs the Codex engine was present while
developing the mod but was never packaged into the released jar, so the first
time a player opened the book or a letter the game crashed with
NoClassDefFoundError: org/commonmark/node/Node(caused byClassNotFoundException). The library is now embedded inside the mod jar, so the Codex works on a normal install. No world or save changes; updating from 0.4.3 is safe. - GeckoLib is now declared as a required dependency. The animation engine behind the mod's moving machines (water wheel, windmill, steam engine, and more) was always needed but was never listed as a dependency, so a player who launched without it got an unclear crash the first time one of those machines was placed or loaded. The game now shows a clear "GeckoLib is required" message at startup instead. (GeckoLib remains a normal mod you install alongside Forgewright.)
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:O3A4Pm4V:GrGjm6sK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O3A4Pm4V:GrGjm6sK"
}
