Tags
Creators
Details
v8.2.7-beta
Compatibility
Changes
Ender IO 8.2.7-beta
A small feature release, centered around polishing the mod.
Features
- Added XyCraft and Mekanism SAG Mill recipes
- Added some particle and sound effects to machines
- Some recipe changes
- Buffed some alloy recipes to return more metal depending on the number of input ingots
- Buffed photovoltaic recipe
- Added powered spawner config for missing mobs
- Added a texture for suspicious seeds (thanks Gigaherz)
- Added a config flag to enable setting spawner mobs using a soul vial (disabled by default)
- Added missing copper ingot -> powder recipe
- Enable conduits to opt out of neighbor change events (technical feature, not player-facing)
- Backwards compatible API changes, will default to old behaviour if nothing is changed
Bug Fixes
- Removed a compiler plugin occasionally causing 'called on server' errors
- Energy conduits not respecting redstone signals
- Solar panels with liquid sunshine/darkness not working when it isn't day/night
- Capacitor data/energy bar not loading when a broken block is placed back down
- Burn widget was misaligned in the stirling generator
- Recipes not using the silicon tag properly
- Capacitors not respecting registry nullability
- Fixed totemic capacitor (and other custom-behaviour capacitors) not being insertable
Experiments
Experiments are new features locked behind feature flags, these are work-in-progress and shouldn't be enabled on your primary world.
- The Ender IO
- Early work in progress
Optional dependencies
Supplementary resources
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:eZLhhXlc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:49ZofO4f:eZLhhXlc"
}





