fix textures not updating clientside
This commit is contained in:
@@ -211,7 +211,7 @@ public class GuiGrid extends GuiBase
|
||||
|
||||
if (isHoveringOverValidSlot())
|
||||
{
|
||||
drawTooltip(mouseX, mouseY, getItems().get(hoveringSlotId).toItemStack());
|
||||
drawTooltip(mouseX, mouseY, items.get(hoveringSlotId).toItemStack());
|
||||
}
|
||||
|
||||
if (grid.getType() == EnumGridType.CRAFTING && isHoveringOverClear(mouseX, mouseY))
|
||||
|
Reference in New Issue
Block a user