Commit bbba1c18 by Jonathan Thomas

Fixed alignment of entity icons

parent 984032b8
Pipeline #11646 passed with stage
in 20 seconds
...@@ -254,7 +254,7 @@ public class ClientInit implements ClientModInitializer { ...@@ -254,7 +254,7 @@ public class ClientInit implements ClientModInitializer {
drawTextBubbleBackground(matrices, entity, -64, 0, 128, scaledTextHeight); drawTextBubbleBackground(matrices, entity, -64, 0, 128, scaledTextHeight);
// Draw face of entity // Draw face of entity
drawEntityIcon(matrices, entity, -60, 7, 32, 32); drawEntityIcon(matrices, entity, -59, 7, 32, 32);
// Render each line of the text // Render each line of the text
int fullBright = 0xF000F0; int fullBright = 0xF000F0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment