mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
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:
commit
bb456f9e83
1 changed files with 1 additions and 6 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue