This commit is contained in:
Ellpeck 2017-01-18 15:22:04 +01:00
parent 45f7b8f1d4
commit 8310617bef
3 changed files with 9 additions and 1 deletions

View file

@ -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!");

View file

@ -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

View file

@ -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