Tags
Creators
Details
1.21.1-1.1.0
Compatibility
Required content
Changes
-
Added variacs
-
Added redstone variacs
-
Added redstone potentiometers
-
Tweaked the potentiometer recipe
-
Made the contact shoe work on Sable sublevels
-
Made the pantograph work as a placed block (not on sable sublevel)
-
Made the resistive heater compatible with farmer's delight
-
Made it possible for wire cutters from other mods to cut wires
-
Added the alternate wire placement config (IE like wire placement)
-
Made electrical panels dyeable
-
Made electrical panels save data in schematics
-
Made the momentary switch and cut off switch in panels work as redstone links (r-click with redstone link)
-
Made differently sized panel attachments placeable in one block
-
Made the altitude sensor from Aeronautics placeable in panels
-
Made analog levers placeable inside electrical panels
-
Made velocity sensors from Simulated placeable inside electrical panels
-
Made turntables panel attachments (throttle wheel)
-
Made cut off switches work as miniature attachments on electrical panels
-
Made the momentary switch, cut off switch and indicator bulb placeable in panels as half-sized
-
Made the experience of using the wrench near wires nicer
-
Got rid of miniature versions of items (they are now placed using the original item)
-
Rewrote the electrical panel layout data structure
-
Disabled birds on wires by default since it's not at all a finished feature
-
Added a tooltip to labeled electrical panel attachments
-
Moved the nodes of variacs and potentiometers slightly apart
-
Significantly improved the server thread performance of pantograph-catenary contact calculation
-
Improved the performance of electrocution and wire breaking calculation
-
Added a circuit topology optimization for transformers
-
Fixed the wire smoke particles on wires with different slack values
-
Fixed a crash with synchroscopes and frequency meters
-
Fixed a bug that makes the pantograph connection flicker when moving the bus
-
Make power density of Alternator and exchange rate between SU and Watt adjustable. (PR #136)
-
Optimize the placement experience of Alternator Brushes (PR #141)
-
Fixed a crash when coupling electric trains via Steam & Rails (PR #138)
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:qYJdIoAx:NKczAflT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qYJdIoAx:NKczAflT"
}

