Changes

Summary

  1. Add safeguard against drops not being the same as capturedrops. Moved (details)
  2. Fixed reinitialization of TPlayerStats after beating the end. Prevents (details)
  3. Support for NEI crafting overlay in crafting station with attached (details)
  4. Properly initialize TPlayerStats after copying them. (details)
Commit 312fd47360c6ee114df728b00f6e70c3762f58ee by qowyn
Add safeguard against drops not being the same as capturedrops. Moved capturing of drops out of armor and knapsack stuff.
The file was modifiedsrc/main/java/tconstruct/armor/player/ArmorExtended.java (diff)
The file was modifiedsrc/main/java/tconstruct/armor/player/KnapsackInventory.java (diff)
The file was modifiedsrc/main/java/tconstruct/armor/player/TPlayerHandler.java (diff)
Commit 38da4d74bc20cc7a9500e73023f66fd8ee30c831 by qowyn
Fixed reinitialization of TPlayerStats after beating the end. Prevents potential crash.
The file was modifiedsrc/main/java/tconstruct/armor/player/TPlayerStats.java (diff)
Commit d92b0add329313f185c07314b19447cd163ae42d by qowyn
Support for NEI crafting overlay in crafting station with attached chest.
The file was addedsrc/main/java/tconstruct/plugins/nei/CraftingStationOverlayHandler.java
The file was modifiedsrc/main/java/tconstruct/tools/gui/CraftingStationGui.java (diff)
The file was modifiedsrc/main/java/tconstruct/plugins/nei/NEITConstructConfig.java (diff)
The file was addedsrc/main/java/tconstruct/plugins/nei/CraftingStationStackPositioner.java
Commit d4132485d1eefb4b8c877e773574ecdfee2f34e3 by qowyn
Properly initialize TPlayerStats after copying them.
The file was modifiedsrc/main/java/tconstruct/armor/player/TPlayerHandler.java (diff)