First pass on 1.17.1 update. 13 errors left
This commit is contained in:
parent
3edf36e0ef
commit
08a2cdb081
24 changed files with 69 additions and 67 deletions
|
@ -64,7 +64,7 @@ public class GuiIronFurnace extends GuiBase<BuiltScreenHandler> {
|
|||
addSelectableChild(new GuiButtonSimple(getGuiLeft() + 116, getGuiTop() + 57, 18, 18, LiteralText.EMPTY, b -> onClick()) {
|
||||
|
||||
@Override
|
||||
public void renderToolTip(MatrixStack matrixStack, int mouseX, int mouseY) {
|
||||
public void renderTooltip(MatrixStack matrixStack, int mouseX, int mouseY) {
|
||||
PlayerEntity player = MinecraftClient.getInstance().player;
|
||||
String message = "Experience: ";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue