No title for inventory. Closes #2287

This commit is contained in:
drcrazy 2020-11-12 21:40:33 +03:00
parent 7b47304ec0
commit 4512800eff

View file

@ -80,7 +80,6 @@ public class GuiAutoCrafting extends GuiBase<BuiltScreenHandler> {
}
drawOutputSlot(matrixStack, 145, 42, layer);
drawOutputSlot(matrixStack, 95, 42, layer);
drawTextWithShadow(matrixStack, client.textRenderer, new LiteralText("Inventory"), 8, 82, 4210752);
builder.drawLockButton(matrixStack, this, 145, 4, mouseX, mouseY, layer, blockEntityAutoCraftingTable.locked);
}