Skip to content

Commit

Permalink
挪common,给neo加上
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyRespawnanchor committed Nov 24, 2024
1 parent 1cd144b commit bc9b4c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private static void renderEntityInGui(LivingEntity entity, int x, int y, int siz
EntityRenderDispatcher dispatcher = minecraft.getEntityRenderDispatcher();


com.mojang.blaze3d.vertex.PoseStack poseStack = new com.mojang.blaze3d.vertex.PoseStack();
PoseStack poseStack = new PoseStack();
poseStack.pushPose();
poseStack.translate(x, y, 1050.0);
poseStack.scale(size, size, size);
Expand Down

0 comments on commit bc9b4c8

Please sign in to comment.