diff --git a/src/main/java/de/ellpeck/actuallyadditions/mod/misc/apiimpl/LaserRelayConnectionHandler.java b/src/main/java/de/ellpeck/actuallyadditions/mod/misc/apiimpl/LaserRelayConnectionHandler.java index cd4a28373..98b632554 100644 --- a/src/main/java/de/ellpeck/actuallyadditions/mod/misc/apiimpl/LaserRelayConnectionHandler.java +++ b/src/main/java/de/ellpeck/actuallyadditions/mod/misc/apiimpl/LaserRelayConnectionHandler.java @@ -58,6 +58,7 @@ public final class LaserRelayConnectionHandler implements ILaserRelayConnectionH } WorldData data = WorldData.get(world); + secondNetwork.changeAmount++; data.laserRelayNetworks.remove(secondNetwork); data.markDirty(); //System.out.println("Merged Two Networks!"); diff --git a/update/changelog.md b/update/changelog.md index 14b3b2543..ced593e12 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,10 @@ +# 1.10.2-r98 +* Fix the Player Probe not clearing its data properly +* Add Laser Relay input/output only config +* Made Fluid Laser pull fluids on input mode +* Added Laser Relay network caching to reduce server load +* Add a bunch of chunk loaded checks to hopefully avoid loading chunks inadvertently + # 1.10.2-r97 * Fixed an Exception with Solidified Experience, Balls of Fur and Resonant Rice * Fix the Item Laser Relay achievement being impossible to get diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 9cb420b30..f681912da 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -3,6 +3,6 @@ 1.9=33 1.9.4=45 1.10=46 -1.10.2=97 +1.10.2=98 1.11=92 1.11.2=96 \ No newline at end of file