Fix forge:default-item missing case for FIXED transform (#3663)
This commit is contained in:
parent
3c3fcc0ffd
commit
1df8d5f8e5
1 changed files with 1 additions and 0 deletions
|
@ -545,6 +545,7 @@ public class ForgeBlockStateV1 extends Marker
|
|||
builder.put(TransformType.THIRD_PERSON_LEFT_HAND, leftify(thirdperson));
|
||||
builder.put(TransformType.FIRST_PERSON_RIGHT_HAND, firstperson);
|
||||
builder.put(TransformType.FIRST_PERSON_LEFT_HAND, leftify(firstperson));
|
||||
builder.put(TransformType.FIXED, get(0, 0, 0, 0, 180, 0, 1));
|
||||
ret.state = Optional.<IModelState>of(new SimpleModelState(builder.build()));
|
||||
}
|
||||
// item/handheld
|
||||
|
|
Loading…
Reference in a new issue