Update changelog

This commit is contained in:
Raoul Van den Berge
2016-07-13 15:33:06 +02:00
parent f45d6cbd49
commit 0db1b755bf
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Refined Storage Changelog
### 0.8.10
**Bugfixes**
- Fixed not being able to get some items out of Grid
### 0.8.9
**Bugfixes**
- Fixed bug where Grid crafting doesn't handle remainder sometimes

View File

@@ -295,7 +295,7 @@ public class GuiGrid extends GuiBase {
}
if (isOverSlotWithItem()) {
drawTooltip(mouseX, mouseY, items.get(slotNumber));
drawTooltip(mouseX, mouseY, items.get(slotNumber).copy());
}
if (isOverClear(mouseX, mouseY)) {