mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 19:58:34 +01:00
parent
b2a7a48876
commit
dd46d4ab95
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ public class GuiEnderCrate extends AbstractContainerScreen<ContainerEnderCrate>
|
||||||
var i = (this.width - this.imageWidth) / 2;
|
var i = (this.width - this.imageWidth) / 2;
|
||||||
var j = (this.height - this.imageHeight) / 2;
|
var j = (this.height - this.imageHeight) / 2;
|
||||||
this.blit(matrixStack, i, j, 0, 0, this.imageWidth, 3 * 18 + 17);
|
this.blit(matrixStack, i, j, 0, 0, this.imageWidth, 3 * 18 + 17);
|
||||||
this.blit(matrixStack, i, j + 3 * 18 + 17, 0, 126, this.imageHeight, 96);
|
this.blit(matrixStack, i, j + 3 * 18 + 17, 0, 126, this.imageWidth, 96);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue