Changes

Summary

  1. Fix dagger rotation center and allow more flexibility for that stuff. (details)
  2. Prevent King Slime Tool drops from crashing under weird circumstances. (details)
  3. Localization cleanup/fixes (details)
  4. Localize material names and move the display-prefix to language files (details)
  5. Change default tool names to the same as the creative tool names, and (details)
  6. Refactor renaming (details)
  7. Localize tool names (details)
Commit 0e07f2c4b9a5e2175c8039dbfc991e89c81971a3 by bernhard.bonigl
Fix dagger rotation center and allow more flexibility for that stuff.
The file was modifiedsrc/main/java/tconstruct/client/entity/projectile/DaggerRenderCustom.java (diff)
The file was modifiedsrc/main/java/tconstruct/client/ToolCoreRenderer.java (diff)
Commit e632373f6223a6d4c3225f6ca17516bc3e3cef6f by bernhard.bonigl
Prevent King Slime Tool drops from crashing under weird circumstances.
The file was modifiedsrc/main/java/tconstruct/world/entity/BlueSlime.java (diff)
Commit 6e9dea9bd80c88fb012c168b74c2f20a4306d747 by bernhard.bonigl
Localization cleanup/fixes
The file was modifiedresources/assets/tinker/lang/de_DE.lang (diff)
The file was modifiedsrc/main/java/tconstruct/tools/gui/CraftingStationGui.java (diff)
The file was modifiedresources/assets/tinker/lang/it_IT.lang (diff)
The file was modifiedresources/assets/tinker/lang/en_US.lang (diff)
The file was modifiedresources/assets/tinker/lang/en_PT.lang (diff)
The file was modifiedsrc/main/java/tconstruct/tools/TinkerTools.java (diff)
The file was modifiedresources/assets/tinker/lang/cs_CZ.lang (diff)
The file was modifiedresources/assets/tinker/lang/ko_KR.lang (diff)
The file was modifiedresources/assets/tinker/lang/ru_RU.lang (diff)
The file was modifiedresources/assets/tinker/lang/zh_CN.lang (diff)
The file was modifiedsrc/main/java/tconstruct/library/util/HarvestLevels.java (diff)
Commit 4c410e6de6e81407768b870d6c16bb66392e844f by bernhard.bonigl
Localize material names and move the display-prefix to language files
The file was modifiedsrc/main/java/tconstruct/tools/TinkerTools.java (diff)
The file was modifiedsrc/main/java/tconstruct/library/TConstructRegistry.java (diff)
The file was modifiedsrc/main/java/tconstruct/library/tools/ToolMaterial.java (diff)
The file was modifiedsrc/main/java/tconstruct/tools/gui/PartCrafterGui.java (diff)
The file was modifiedsrc/main/java/tconstruct/library/tools/ToolCore.java (diff)
The file was modifiedresources/assets/tinker/lang/en_US.lang (diff)
Commit 8e5fa1118da17d4cae605c185a7ada4695fe8d66 by bernhard.bonigl
Change default tool names to the same as the creative tool names, and still allow renaming. Also unify it for station and forge.
The file was modifiedsrc/main/java/tconstruct/library/crafting/ToolBuilder.java (diff)
The file was modifiedsrc/main/java/tconstruct/tools/logic/ToolStationLogic.java (diff)
The file was modifiedsrc/main/java/tconstruct/tools/logic/ToolForgeLogic.java (diff)
The file was modifiedsrc/main/java/tconstruct/tools/logic/ToolStationLogic.java (diff)
The file was modifiedresources/assets/tinker/lang/en_US.lang (diff)
The file was modifiedsrc/main/java/tconstruct/items/tools/Arrow.java (diff)
The file was modifiedsrc/main/java/tconstruct/items/tools/FryingPan.java (diff)
The file was modifiedsrc/main/java/tconstruct/items/tools/BowBase.java (diff)
The file was modifiedsrc/main/java/tconstruct/items/tools/LumberAxe.java (diff)
The file was modifiedsrc/main/java/tconstruct/library/crafting/ToolBuilder.java (diff)
The file was modifiedsrc/main/java/tconstruct/tools/gui/CraftingStationGui.java (diff)
The file was modifiedsrc/main/java/tconstruct/world/entity/BlueSlime.java (diff)
The file was modifiedsrc/main/java/tconstruct/items/tools/Mattock.java (diff)
The file was modifiedsrc/main/java/tconstruct/library/tools/ToolCore.java (diff)
The file was modifiedsrc/main/java/tconstruct/tools/gui/ToolStationGui.java (diff)