File tree Expand file tree Collapse file tree
src/main/java/xyz/eclipseisoffline/capecommand Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,10 @@ public enum Cape {
7070 NO_CIRCLE_CAEP ("https://minecraft.wiki/images/No_circle_Cape.png" , true ),
7171 NYAN_CAEP ("https://minecraft.wiki/images/Nyan_Cape.png" , true ),
7272 SQUID_CAEP ("https://minecraft.wiki/images/Squid_Cape.png" , true ),
73- VETERINARIAN_CAEP ("https://minecraft.wiki/images/Veterinarian_Cape.png" , true );
73+ VETERINARIAN_CAEP ("https://minecraft.wiki/images/Veterinarian_Cape.png" , true ),
74+ MENACE ("http://textures.minecraft.net/texture/dbc21e222528e30dc88445314f7be6ff12d3aeebc3c192054fba7e3b3f8c77b1" ),
75+ HOME ("http://textures.minecraft.net/texture/1de21419009db483900da6298a1e6cbf9f1bc1523a0dcdc16263fab150693edd" ),
76+ YEARN ("http://textures.minecraft.net/texture/308b32a9e303155a0b4262f9e5483ad4a22e3412e84fe8385a0bdd73dc41fa89" );
7477
7578 private final String capeURL ;
7679 private final boolean requiresClient ;
You can’t perform that action at this time.
0 commit comments