Tags
Creators
Details
Licensed Unlicense
Published 4 years ago
All versions
6.0.6-alpha
Alpha
Ender IO - 6.0.6-alpha3 years ago 365
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
6.0.6-alpha - 2023-07-24
Added
- Recipes for the capacitor banks.
- IO config widget insets to support non-standard gui shapes.
- You can now repaint painted blocks in the painting machine!
- Added tooltips to Conduit round-robin and self feed buttons
- You can now right click on a machine to insert a capacitor.
- Recipe for the painting machine.
- The Enderman Head block, can be acquired using The Ender.
- Added recipe for the ender resonator.
- Added recipes for SAG Milling stone to cobblestone and gravel to sand.
- Added recipe for SAG Milling copper ore into powder.
- Added recipes to smelt vanilla powders into ingots.
- Added support for NBT on outputs for alloy smelting.
Changed
- Gave CheckBox widgets the ability to have tooltips
- Conduits backend and API received some tweaks and cleaning ready for some new functionality.
- Recipe locking is now more intelligent and should result in less friction for players.
Fixed
- Fixed Soul Binder tooltip when IOConfig is open.
- Properly fixed bucketed fuel in the primitive alloy smelter.
- Fix keepInventory gamerule not being respected properly.
- Remove some old item capability logic, fixing AE2 capacitor autocrafting in the process.
- Fix game crash when running in Turkish locale.
- Painted blocks will now drop correctly.
- Fixed problems with conduits needing updating to work.
- Fixed conduit channels for redstone conduits.
- Fixed using FTB Ultimine on conduits.
- Fixed conduit not displaying disconnection from GUI.
- Fixed incorrect GUI showing when accessing a connected conduit.
- Fixed redstone conduit resetting when a piston is activated.
- Fix JEI showing smelting recipes for the primitive alloy smelter.
- Primtive alloy smelter shift r-click works as expected.
- Fixed slot problems for the Alloy Smelter.
- Fixed recipe locking, resulting in abnormal slot behaviours.
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:Wjnl9Rr3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:49ZofO4f:Wjnl9Rr3"
}




