mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-30 16:28:00 +01:00
Fix z-fighting on spellbook models
This commit is contained in:
parent
6e04c6ab6d
commit
bd8640f5fe
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ public class SpellbookModel extends EntityModel<SpellbookEntity> {
|
||||||
|
|
||||||
public SpellbookModel(ModelPart root) {
|
public SpellbookModel(ModelPart root) {
|
||||||
book = new BookModel(root);
|
book = new BookModel(root);
|
||||||
|
root.getChild("seam").pivotX -= 0.01F;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static TexturedModelData getTexturedModelData() {
|
public static TexturedModelData getTexturedModelData() {
|
||||||
|
|
Loading…
Reference in a new issue