Tags
Creators
Details
All versions
12.9.3
Release
12.9.3 [FABRIC]3 years ago 6,574
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client and server
Changes
Notable changes
- Fix #6968: Make PPs round-robin across their sides (#6997)
- Fix #6987: Terminal fluid dupe when less can be extracted than expected (#6988). This fixes a critical dupe bug.
- Intern tags of AEItemKeys (#6885). This largely improves performance of networks with lots of different damaged items, e.g. large numbers of mob farm drops.
Other fixes
- Fix #7002: Halve output of slab to chiseled quartz block
- Fix some cases of loading chunks while unloading them (#7053)
- Fix interfaces and PPs not saving after inv changes (#7050)
- Fix rare texture rendering issues in GUIs (#7049)
- Fix #6644: Network toolbox slots visible in terminal settings subscreen (#7048)
- Fix #6821: Client/server desync in network tool upgrade slots (#7047)
- Add level key to BE readying crash reports
- Fix #7012: Spatial anchor keeps loading extra chunks (#7046)
- Don't try to access AEKeyRendering server-side in PatternProviderDataProvider (#7044)
- Fix #7041: Allow AddOns to add their own TestPlots (#7043)
- Fix #7016: Allow both modNames and modID in the terminal search (#7039)
- Fix issues relating to Annihilation Plane checking if it can store a block and then breaking it in two separate ticks (by doing it all in one tick) (#7037)
- Fix Matter condensor adds 81k energy for a bucket of water on fabric (#7035)
- Add event to find terminal for the "Crafting job completed" toasts (#7031)
- Update Platform.getFluidDisplayName to align with FluidKeyRenderHandler (#7029)
- Fix fluid NBT tags going missing when dragging ghost fluids from REI (#7025)
- Make SavedData more resistant to crashes. Fixes #6976
- Fix #6840: Wireless terminals print out of range message multiple times (#7005)
- Fix IO port redstone button, fixes #6989 (#7000)
- Fix #6931: use world height for spatial anchor overlay (#6955)
- Fix #6879: facades don't use the correct biome colors (#6952)
- bugfix: matter condenser should generate 8 energy per bucket of liquid. (#6907)
- fix #6858: unfair obtaining of quantum singularity (#6863)
Full Changelog: https://github.com/AppliedEnergistics/Applied-Energistics-2/compare/fabric/v12.9.2...fabric/v12.9.3
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:XxWD5pD3:COba8tGt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XxWD5pD3:COba8tGt"
}

