1.16.2-rc1
This commit is contained in:
parent
cfd9c7f10c
commit
6e001dd9cc
6 changed files with 11 additions and 11 deletions
|
@ -74,7 +74,7 @@ public class GuiGreenhouseController extends GuiBase<BuiltScreenHandler> {
|
|||
.collect(Collectors.toList());
|
||||
|
||||
matrixStack.push();
|
||||
method_30901(matrixStack, list, mouseX, mouseY);
|
||||
renderTooltip(matrixStack, list, mouseX, mouseY);
|
||||
matrixStack.pop();
|
||||
}
|
||||
}
|
||||
|
@ -97,7 +97,7 @@ public class GuiGreenhouseController extends GuiBase<BuiltScreenHandler> {
|
|||
.collect(Collectors.toList());
|
||||
|
||||
RenderSystem.pushMatrix();
|
||||
method_30901(matrixStack, list, mouseX - getGuiLeft(), mouseY - getGuiTop());
|
||||
renderTooltip(matrixStack, list, mouseX - getGuiLeft(), mouseY - getGuiTop());
|
||||
RenderSystem.popMatrix();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -93,7 +93,7 @@ public class GuiIronFurnace extends GuiBase<BuiltScreenHandler> {
|
|||
|
||||
List<Text> list = new ArrayList<>();
|
||||
list.add(new LiteralText(message));
|
||||
method_30901(matrixStack, list, mouseX, mouseY);
|
||||
renderTooltip(matrixStack, list, mouseX, mouseY);
|
||||
GlStateManager.disableLighting();
|
||||
GlStateManager.color4f(1, 1, 1, 1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue