Fix forge:default-item missing case for FIXED transform (#3663)

This commit is contained in:
Vincent Lee 2017-02-23 17:36:48 -06:00 committed by LexManos
parent 3c3fcc0ffd
commit 1df8d5f8e5

View file

@ -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