You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Nothing (I tend to only add finished Stuff to the Changelog).
6
6
7
7
8
8
6.17.07: (Not released yet)
9
+
[FIXED] Some World Loading Issue that HodgePodge introduced with FastUtils. If you use Libraries like this to replace stuff, make sure they actually work the same on the outside...
9
10
[CHANGED] Crucibles are now 100 times harder to break when not empty.
10
11
[CHANGED] Rubber-Tree-Resin-Holes will now always spawn, if there is no other loaded Rubber-Tree-Resin-Holes within 256 Blocks.
11
12
[CHANGED] Slightly more than doubled Bio Diesel Fuel Value and added Mixer Recipe to obtain it.
for (ObjecttTileEntity : tChunk.chunkTileEntityMap.values()) if (tTileEntityinstanceofITileEntitySynchronising) if (tSet.add(tTileEntity)) ((ITileEntitySynchronising)tTileEntity).sendUpdateToPlayer(aEvent.player);
926
926
tIterations = 0;
927
927
} catch(ConcurrentModificationExceptione) {
928
928
if (tIterations <= 0) ERR.println("Failed to Iterate 8 times. Giving up on sending Data to Client!");
929
+
} catch(Throwablee) {
930
+
// FastUtils throws a NullPointer instead of a CME...
0 commit comments