Fix shulker meta handling

This commit is contained in:
KennyTV 2021-05-31 20:17:43 +02:00
parent 199324ee9d
commit 7925fd2d8f
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -57,7 +57,7 @@ public class MetadataRewriter1_17To1_16_4 extends EntityRewriter {
});
// Attachment position removed
filter().type(Entity1_17Types.SHULKER).removeIndex(16);
filter().type(Entity1_17Types.SHULKER).removeIndex(17);
}
@Override