Fix boat rendering twice in <= 1.8

This commit is contained in:
FlorianMichael 2024-10-27 00:52:26 +02:00
parent 12357f4ca2
commit ef6076aa07
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126

View File

@ -72,7 +72,6 @@ public class BoatRenderer1_8 extends AbstractBoatEntityRenderer {
model.render(matrices, vertexConsumer, light, OverlayTexture.DEFAULT_UV);
matrices.pop();
super.render(state, matrices, vertexConsumers, light);
}
}