Commit c0b08cfc by Jonathan Thomas

Updating owlmaddie friendship status icons

parent 0b0de0dc
Pipeline #11945 passed with stage
in 24 seconds
......@@ -339,7 +339,7 @@ public class ClientInit implements ClientModInitializer {
drawEntityIcon(matrices, entity, -82, 7, 32, 32);
// Draw Friendship status
drawFriendshipStatus(matrices, 56, 25, 19, 7, chatData.friendship);
drawFriendshipStatus(matrices, 51, 18, 31, 21, chatData.friendship);
// Render each line of the text
drawMessageText(matrix, lines, starting_line, ending_line, immediate, lineSpacing, fullBright, 40.0F + DISPLAY_PADDING);
......
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