Links
Tags
Creators
Details
0.3.9+mc26.2
Compatibility
Changes
A visual fix for Energy Cell banks.
Fixed
-
Energy Cell structures no longer show see-through seams along their edges. The metal frame didn't quite reach the block edge, leaving a thin strip with no geometry โ and because a cell hides the block behind it, what showed through the strip was empty space. Most visible on the horizontal edges of a large bank, and around the sides of any hole cut into one.
-
Fixed the seam inside a hollowed-out bank. Break a single cell out of the middle of a solid cube and look down: the cell below was left without any of its frame, because the frame only appears where two faces meet in the open. Its face panel then had an open rim you could see straight through.
-
Fixed flickering on the frame corners. Two parts of the frame occupied the same corner, so the game had to choose between them every frame and the corners shimmered. The frame pieces no longer overlap at all โ each corner now belongs to exactly one piece, checked against every possible arrangement of neighbouring cells.
Notes
- Purely visual. No world, config, or behaviour changes; existing cell banks look correct on load.
- A faint hairline can still be found at the corners of a hole in a bank if you look along the surface at a shallow angle. It sits in a spot no block can draw into, so removing it needs a deeper change to how cells detect their diagonal neighbours โ noted for a future update.
- Same changes as v0.2.9 on the Minecraft 26.1.2 line.
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:84rSDPyg:Q476U0Va"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:84rSDPyg:Q476U0Va"
}

