Fix license

This commit is contained in:
drcrazy 2020-10-21 01:37:31 +03:00
parent aa18079315
commit 342917851b
29 changed files with 600 additions and 16 deletions

View file

@ -54,7 +54,6 @@ public class GuiBlastFurnace extends GuiBase<BuiltScreenHandler> {
super.drawBackground(matrixStack, f, mouseX, mouseY);
this.hasMultiBlock = this.blockEntity.getCachedHeat() != 0;
RenderSystem.color4f(1.0F, 1.0F, 1.0F, 1.0F);
final GuiBase.Layer layer = Layer.BACKGROUND;
drawSlot(matrixStack, 8, 72, layer);