Fixed crafting a complex item causes the process to flow off the Crafting Monitor's GUI, fixes #354
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# Refined Storage Changelog
|
||||
|
||||
### 1.0.5
|
||||
- Fixed crafting a complex item causes the process to flow off the Crafting Monitor's GUI (raoulvdberge)
|
||||
|
||||
### 1.0.4
|
||||
- Fixed lag caused by Crafter (raoulvdberge)
|
||||
|
||||
|
||||
@@ -104,7 +104,7 @@ public class GuiCraftingMonitor extends GuiBase {
|
||||
itemSelectedY = y;
|
||||
}
|
||||
|
||||
x += task.getDepth() * 16;
|
||||
x += 16F / (float) task.getDepth();
|
||||
|
||||
drawItem(x + 2, y + 1, task.getOutput());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user