Merge branch '1.21.3' into 1.21.4

# Conflicts:
#	src/main/java/com/minelittlepony/client/render/entity/feature/SkullFeature.java
This commit is contained in:
Sollace 2024-12-15 19:16:53 +01:00
commit bb456f9e83
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -60,13 +60,8 @@ public class SkullFeature<
matrices.push(); matrices.push();
if (state.baby && scaleForChild) {
matrices.translate(0, 0.03125F, 0);
matrices.scale(0.7F, 0.7F, 0.7F);
matrices.translate(0, 1, 0);
}
M model = getModelWrapper().body(); M model = getModelWrapper().body();
model.transform(state, BodyPart.HEAD, matrices); model.transform(state, BodyPart.HEAD, matrices);
model.getHead().rotate(matrices); model.getHead().rotate(matrices);