Fix the position of the bulb in the insolator UI #46

Merged
BlakeRain merged 1 commits from BlakeRain/utamacraft:36-insolator-ui-bulb into main 2023-12-17 11:32:27 +00:00

View File

@ -139,7 +139,7 @@ public class InsolatorScreen extends AbstractContainerScreen<InsolatorMenu> {
private void renderBulb(PoseStack stack) { private void renderBulb(PoseStack stack) {
if (menu.getBlockEntity().getActive()) { if (menu.getBlockEntity().getActive()) {
blit(stack, leftPos + 67, topPos + 38, 176, 25, 9, 14); blit(stack, leftPos + 133, topPos + 37, 176, 25, 9, 14);
} }
} }