Update changelog
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Refined Storage Changelog
|
# Refined Storage Changelog
|
||||||
|
|
||||||
|
### 0.8.10
|
||||||
|
**Bugfixes**
|
||||||
|
- Fixed not being able to get some items out of Grid
|
||||||
|
|
||||||
### 0.8.9
|
### 0.8.9
|
||||||
**Bugfixes**
|
**Bugfixes**
|
||||||
- Fixed bug where Grid crafting doesn't handle remainder sometimes
|
- Fixed bug where Grid crafting doesn't handle remainder sometimes
|
||||||
|
|||||||
@@ -295,7 +295,7 @@ public class GuiGrid extends GuiBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (isOverSlotWithItem()) {
|
if (isOverSlotWithItem()) {
|
||||||
drawTooltip(mouseX, mouseY, items.get(slotNumber));
|
drawTooltip(mouseX, mouseY, items.get(slotNumber).copy());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isOverClear(mouseX, mouseY)) {
|
if (isOverClear(mouseX, mouseY)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user