Changes

Summary

  1. Use custom tool renderer for every tool. Should be a minor performance (details)
  2. We now have dynamic toolparts with default textures, just like the tools (details)
  3. Remove the need for ToolPartHidden. (details)
Commit ec525923d4b97921cc02adf3b1102d2ccaf28162 by bernhard.bonigl
Use custom tool renderer for every tool. Should be a minor performance incrcease if there are a lot of tools to be drawn.
The file was modifiedsrc/main/java/tconstruct/tools/ToolProxyClient.java (diff)
Commit 74c92e59393445dd462e4ceae5ffe35143febf0d by bernhard.bonigl
We now have dynamic toolparts with default textures, just like the tools themselves!
The file was modifiedresources/assets/tinker/lang/zh_CN.lang (diff)
The file was modifiedresources/assets/tinker/lang/en_PT.lang (diff)
The file was addedsrc/main/java/tconstruct/library/tools/DynamicToolPart.java
The file was modifiedresources/assets/tinker/lang/de_DE.lang (diff)
The file was modifiedresources/assets/tinker/lang/en_US.lang (diff)
The file was modifiedresources/assets/tinker/lang/ru_RU.lang (diff)
The file was modifiedresources/assets/tinker/lang/ko_KR.lang (diff)
The file was modifiedsrc/main/java/tconstruct/library/tools/ToolMaterial.java (diff)
The file was modifiedsrc/main/java/tconstruct/tools/TinkerTools.java (diff)
The file was modifiedsrc/main/java/tconstruct/tools/items/ToolPart.java (diff)
The file was modifiedsrc/main/java/tconstruct/library/crafting/ToolBuilder.java (diff)
The file was modifiedresources/assets/tinker/lang/cs_CZ.lang (diff)
The file was modifiedresources/assets/tinker/lang/it_IT.lang (diff)
Commit 1e8c0097b3a96076f186c6da4125ed28dde204e4 by bernhard.bonigl
Remove the need for ToolPartHidden.
The file was modifiedsrc/main/java/tconstruct/library/tools/DynamicToolPart.java (diff)
The file was modifiedsrc/main/java/tconstruct/tools/items/ToolPartHidden.java (diff)
The file was modifiedsrc/main/java/tconstruct/tools/TinkerTools.java (diff)
The file was modifiedsrc/main/java/tconstruct/tools/items/ToolPart.java (diff)