0.2.0-beta.1
Compatibility
Required content
Changes
First release for Minecraft 26.2. The 26.1 line is frozen and takes bugfix backports only — one jar cannot serve both drops, because 26.2 changed the type of Items.COPPER_BLOCK and moved the EntityType constants.
Added
- Runs anywhere. The mod now loads in singleplayer and on LAN, not just on dedicated servers. Vanilla clients still need no client mod.
Changed
- Copper licences now cover the whole oxidation chain. 26.2 replaced the discrete exposed/weathered/oxidized copper items with a single weathering collection. A job no longer stops spawning workers once its golems weather.
- All 18 feature pages rewritten as player-facing guides.
Fixed
- Fishing crashed the dedicated server. Completing a catch cycle built loot params without the ORIGIN and TOOL the fishing loot table requires, throwing out of the level tick and taking the server down. Present since the fishing feature was written.
Known issues
- The Web IDE (port 25580) mutates world state off the tick thread; if you do not use programmable golems, it is not in your path.
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:Khwk9Vw8:OgXgHm7M"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Khwk9Vw8:OgXgHm7M"
}

