Fix z-fighting on spellbook models

This commit is contained in:
Sollace 2022-09-11 12:44:43 +02:00
parent 6e04c6ab6d
commit bd8640f5fe

View file

@ -16,6 +16,7 @@ public class SpellbookModel extends EntityModel<SpellbookEntity> {
public SpellbookModel(ModelPart root) {
book = new BookModel(root);
root.getChild("seam").pivotX -= 0.01F;
}
public static TexturedModelData getTexturedModelData() {