mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r98!
This commit is contained in:
parent
45f7b8f1d4
commit
8310617bef
3 changed files with 9 additions and 1 deletions
|
@ -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!");
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue