Changes

Summary

  1. Add rendering mappings for materials added through IMC. This means you (details)
  2. Add a version requirement if armourersWorkshop is present. Seriously (details)
  3. Yet another unchecked metadata fix. This time for tall slime grass. (details)
  4. Add an extra check to projectile loading that ensures that the contained (details)
  5. Add recipe sorting info for ShapelessToolRecipe (chiseling) #1574 (details)
Commit aaa7f0a26299d89a502f9c6a123532ec90e2939b by bernhard.bonigl
Add rendering mappings for materials added through IMC. This means you can add custom textures for them.
The file was modifiedsrc/main/java/tconstruct/util/IMCHandler.java (diff)
Commit 2ff9efd06f164c87ffb332a15ae4e930e1f61724 by bernhard.bonigl
Add a version requirement if armourersWorkshop is present. Seriously people, stop using outdated versions.
The file was modifiedsrc/main/java/tconstruct/TConstruct.java (diff)
Commit 291db565ee16a1a0305b17f632c94d1d73125126 by bernhard.bonigl
Yet another unchecked metadata fix. This time for tall slime grass. #1607
The file was modifiedsrc/main/java/tconstruct/blocks/slime/SlimeTallGrass.java (diff)
Commit 6361efc825e5bf05fee382912ba0600db50063f0 by bernhard.bonigl
Add an extra check to projectile loading that ensures that the contained item is still valid, in case something got scrambled.
The file was modifiedsrc/main/java/tconstruct/library/entity/ProjectileBase.java (diff)
Commit 455b92eb1384c8ed46e487342ed413c8f2827019 by bernhard.bonigl
Add recipe sorting info for ShapelessToolRecipe (chiseling) #1574
The file was modifiedsrc/main/java/tconstruct/library/crafting/ShapelessToolRecipe.java (diff)