Changes

Summary

  1. Adaptive NEI Visibility based on screen size + crash prevention for (details)
  2. Make CraftingStationGui show material info too, display default text for (details)
  3. Only set arrow entities dead if they can actually be picked up (details)
Commit fab22bd432927df1e6ed1977354ce5827f2efcc9 by qowyn
Adaptive NEI Visibility based on screen size + crash prevention for default NEI layout.

Conflicts:
src/main/java/tconstruct/tools/gui/CraftingStationGui.java
The file was modifiedsrc/main/java/tconstruct/tools/gui/ToolStationGui.java (diff)
The file was modifiedsrc/main/java/tconstruct/tools/gui/CraftingStationGui.java (diff)
The file was modifiedsrc/main/java/tconstruct/tools/gui/PartCrafterGui.java (diff)
Commit 11039c9f2d9a302bbef4248db7a5480504dedb04 by qowyn
Make CraftingStationGui show material info too, display default text for all other items. Cache information like the part builder does.
The file was modifiedsrc/main/java/tconstruct/tools/gui/CraftingStationGui.java (diff)
Commit 315aac76796d55bd02f0df3be1536b87366d615e by bernhard.bonigl
Only set arrow entities dead if they can actually be picked up
The file was modifiedsrc/main/java/tconstruct/tools/entity/ArrowEntity.java (diff)