Skip to content

Commit 43dd2ea

Browse files
update cape positions
apparently they updated them in january https://minecraft.gamepedia.com/File:MapmakerCapeTexture.png
1 parent 7b19b6b commit 43dd2ea

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

src/skin/texturePositions.js

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -815,75 +815,75 @@ const texturePositions = {
815815
cape: {
816816
right: {
817817
x: 0,
818-
y: 15,
818+
y: 1,
819819
w: 1,
820820
h: 16
821821
},
822822
front: {
823823
x: 1,
824-
y: 15,
824+
y: 1,
825825
w: 10,
826826
h: 16
827827
},
828828
left: {
829829
x: 11,
830-
y: 15,
830+
y: 1,
831831
w: 1,
832832
h: 16
833833
},
834834
back: {
835835
x: 12,
836-
y: 15,
836+
y: 1,
837837
w: 10,
838838
h: 16
839839
},
840840
top: {
841841
x: 1,
842-
y: 31,
842+
y: 0,
843843
w: 10,
844844
h: 1
845845
},
846846
bottom: {
847847
x: 11,
848-
y: 31,
848+
y: 0,
849849
w: 10,
850850
h: 1
851851
}
852852
},
853853
capeOptifine: {
854854
right: {
855-
x: 22,
856-
y: 0,
855+
x: 0,
856+
y: 2,
857857
w: 2,
858-
h: 16
858+
h: 32
859859
},
860860
front: {
861861
x: 2,
862-
y: 0,
862+
y: 2,
863863
w: 20,
864864
h: 32
865865
},
866866
left: {
867-
x: 0,
868-
y: 0,
869-
w:2,
870-
h: 16
867+
x: 22,
868+
y: 2,
869+
w: 2,
870+
h: 32
871871
},
872872
back: {
873873
x: 24,
874-
y: 0,
875-
w: 10,
876-
h: 16
874+
y: 2,
875+
w: 20,
876+
h: 32
877877
},
878878
top: {
879879
x: 2,
880-
y: 33,
880+
y: 0,
881881
w: 20,
882882
h: 2
883883
},
884884
bottom: {
885885
x: 22,
886-
y: 32,
886+
y: 0,
887887
w: 20,
888888
h: 2
889889
}

0 commit comments

Comments
 (0)