Changes

Summary

  1. Invalid translation modification (details)
  2. Update ko_KR.lang (details)
  3. TabRegistry - fix issues on returning to main inventory tab from another (details)
Commit 3e948f11dda2506cd2f01d078800a84c86b24874 by mmkpteams
Invalid translation modification
The file was modifiedresources/assets/tinker/lang/ko_KR.lang (diff)
Commit bafddef8ecad10d5f32fa554c97443f3856ec878 by mmkpteams
Update ko_KR.lang

Invalid translation modification
The file was modifiedresources/assets/tinker/lang/ko_KR.lang (diff)
Commit 160a4ecfacd455c3d73f37d54ea55b0c54e2cf82 by radfast
TabRegistry - fix issues on returning to main inventory tab from another tab

Without this change, if you open the player's inventory, click to the Tinker's Construct inventory tab, then click _back_ to the vanilla inventory tab, any changes then made to the player inventory (e.g. crafting, or moving an item from a slot to a different slot) do not register on the server.

For further info please see the issue reported here https://github.com/micdoodle8/Galacticraft/issues/782
I hope you already knew we are making use of your TabRegistry code for Galacticraft's inventory tab as well - for compatibility reasons :)
The file was modifiedsrc/main/java/tconstruct/client/tabs/TabRegistry.java (diff)