Tags
Creators
Details
Licensed Unlicense
Published 4 years ago
All versions
6.0.4-alpha
Alpha
Ender IO - 6.0.4-alpha3 years ago 93
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
6.0.4-alpha - 2023-07-11
Added
- Added missing tooltips for IO Config button and Neighbour button.
- Better multismelting support for the alloy smelter
Changed
- Grindstone crafting for grains of infinity and powdered coal now uses an in-world craft by right-clicking with flint in the off-hand and the ingredient in the main-hand. Also works with obsidian and crying obsidian (the latter of which has a chance to give a better rate of return on the craft).
- Lowered minimum Forge version to 47.0.42.
- Conduits are now placed in your inventory when shift right clicked with the Yeta Wrench
Removed
- Removed the grave system
- Removed the unfired urn
- Removed Iron Alloy Block
Fixed
- Solar panels are no longer blocked by transparent blocks.
- Fixed sugar cane and flower pot sag mill recipes.
- Fixed solar panels not draining energy from their buffer.
- Fixed XP fluid inconsistency.
- Fixed the deletion of a bucket when using bucketed fuel in a smelting machine.
- Fixed inability to add fuel to active primitive alloy smelter.
- Fixed the output calculations for vanilla smelting in the alloy smelter.
- Fixed IO Config Overlay text rendering. Text has a Z-offset now.
- Fixed negative scale for IO Config for multi blocks
- Fixed Primitive Alloy Smelter not serializing burn time
- Fixed linking between conduit connector shape and selected conduit.
- Fixed redstone control icons, consistent with 1.12 now.
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:49ZofO4f:IObStpBb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:49ZofO4f:IObStpBb"
}




