Tags
Creators
Details
0.5.0-alpha
Compatibility
Changes
⚠️ BREAKING CHANGES ⚠️
Machines now require 4 MW of power to function; Miners require 5 MW. Existing factories will stop working when you load into the world, but power requirements can be disabled in Manifold's config in the mod list
New Features
The largest update so far: power grids!
Biomass Burner: burns combustible, organic items to produce 30 MW of power
Power Pole: supports up to 4 cable connections to make power grids machines and other power poles
Cable: now used to link factory buildings and power poles to form power grids
Cable Cutter: used to remove a cable connection between two endpoints
Also, Miners get a menu now :)
Changes & Fixes
- Fixed shift-clicking items into a Machine menu slot deleting the item stack when the slot already had an item(s)
- Fixed manually adding items to a Machine menu not initiating the crafting process
Sorry this took a bit longer than expected. Modeling and texturing were quite draining, and bugs kept popping up...
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:fyfWc6bG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pt0HXtYw:fyfWc6bG"
}

