Commit
d719885de738f0389c609da8303b146dc529d031
by squeek502 Fixed some inconsistencies in how damage/speed of tools is calculated in GUIs * Fixed damage not being calculated properly in Crafting Stations * Fixed Crafting Stations stonebound speed calculations (they were using a different algorithm) * Fixed typo that made GUIs show the primary mining speed of dual harvest twice * Fixed Stonebound damage bonus/loss always being truncated to an int in GUIs Conflicts: src/main/java/tconstruct/tools/gui/CraftingStationGui.java src/main/java/tconstruct/tools/gui/ToolStationGui.java The file was modified src/main/java/tconstruct/tools/gui/CraftingStationGui.java (diff) The file was modified src/main/java/tconstruct/tools/gui/ToolStationGui.java (diff)
Commit
9b2784719b6846c017c092ce75544dbd7c0255fd
by squeek502 Made slab furnaces accept items with the same restrictions as normal furnaces * Duplicated ISidedInventory implementation of TileEntityFurnace Fixes SlimeKnights/TinkersConstruct#573 Conflicts: src/main/java/tconstruct/tools/logic/FurnaceLogic.java The file was modified src/main/java/tconstruct/tools/logic/FurnaceLogic.java (diff)
Commit
8075cb0b9e8c7a8768c7940fcd1fd3d2d48625e7
by squeek502 Safer tile entity casting in SearedBlock.getCollisionBoundingBoxFromPool Fixes SlimeKnights/TinkersConstruct#586 and SlimeKnights/TinkersConstruct#557 Conflicts: src/main/java/tconstruct/smeltery/blocks/SearedBlock.java The file was modified src/main/java/tconstruct/smeltery/blocks/SearedBlock.java (diff) The file was modified src/main/java/tconstruct/modifiers/tools/ModRepair.java (diff) The file was modified src/main/java/tconstruct/modifiers/tools/ModRepair.java (diff) The file was modified resources/assets/tinker/lang/en_US.lang (diff) The file was modified src/main/java/tconstruct/tools/logic/FurnaceLogic.java (diff) The file was modified src/main/java/tconstruct/smeltery/blocks/SearedBlock.java (diff) The file was modified resources/assets/tinker/lang/en_US.lang (diff) The file was modified returning_eventually/plugins/waila/WailaRegistrar.java (diff) The file was modified resources/assets/tinker/lang/it_IT.lang (diff) The file was modified src/main/java/tconstruct/smeltery/gui/SmelteryGui.java (diff)