Open harikattar opened 3 years ago
I'll report this in LP as well.
Latest of both bridge and pipes.
Immediate crash when loading the level. Looks like bridge is trying to ennumerate recipes before pipes has fully constructed its network.
bridge/../TileEntityBridgeAE.java:140
this.getProxy().getNode().getGrid().postEvent(new MENetworkCraftingPatternChange(this, this.getProxy().getNode()));
pipes/../ModuleCrafter.java:599
List<ExitRoute> rt = getRouter().getRouteTable().get(satelliteRouterId);
<-- array out of bounds.
Do you still have old save? Could you try this version?