Tags
Creators
Details
0.4.1-alpha
Compatibility
Changes
New Features
Added new items!
Copper Sheet: 2x copper ingot -> 1x copper sheet; 6 sec (10/min)
Wire: 1x copper ingot -> 2x wire; 4 sec (30/min)
Cable: 2x wire -> 1x cable; 2 sec (30/min)
Coming Up
0.5.0 is on the way, and it's bringing power grids! I'd estimate it's about 70% done; backend stuff is done, but I need to model and implement power poles & biomass burners. This update will bring machines/miners requiring power, cables with placement preview and daisy-chaining, power poles, and biomass burners. Also, don't worry, there's a config setting to disable power requirements. A survival-friendly gameplay loop is starting to take shape!
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:pt0HXtYw:ByVvXP40"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pt0HXtYw:ByVvXP40"
}

