Changes

Summary

  1. Fix GUI opening properly and get client/server sync. (details)
  2. Fix placement of Knapsack gui. (details)
  3. Cleanup imports (details)
Commit 66da232f3414c428d44160f9600b5adb53ab6a52 by dcseee-github
Fix GUI opening properly and get client/server sync.

Currently doesn't save extended armor and backpack on disconnect due to MinecraftForge/FML#381
The file was modifiedsrc/main/java/tconstruct/common/TProxyCommon.java (diff)
The file was modifiedsrc/main/java/tconstruct/util/network/packet/PacketArmorSync.java (diff)
The file was modifiedsrc/main/java/tconstruct/util/player/KnapsackInventory.java (diff)
The file was modifiedsrc/main/java/tconstruct/util/player/TPlayerHandler.java (diff)
The file was modifiedsrc/main/java/tconstruct/util/network/packet/PacketExtendedInventory.java (diff)
The file was modifiedsrc/main/java/tconstruct/client/TControls.java (diff)
Commit 809f0657e7e0efac5f9531e17a204a7d06cc70f5 by dcseee-github
Fix placement of Knapsack gui.
The file was modifiedsrc/main/java/tconstruct/client/gui/KnapsackGui.java (diff)
The file was modifiedsrc/main/java/tconstruct/util/network/packet/PacketArmorSync.java (diff)
The file was modifiedsrc/main/java/tconstruct/util/player/TPlayerHandler.java (diff)