my life is pain, why did I decide to do this

This commit is contained in:
Shimmering Blaze 2021-09-11 17:19:58 -06:00
parent ece74681ca
commit 9ed127b982
2 changed files with 6 additions and 1 deletions

View File

@ -35,6 +35,7 @@ public class RenderAccessoryUtility {
private static ResourceLocation swiggs = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeSweatySwiggs.png");
private static ResourceLocation doctor17 = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeDoctor17.png");
private static ResourceLocation shimmeringblaze = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeBlaze.png");
private static ResourceLocation blaze2 = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeBlaze2.png");
private static ResourceLocation wiki = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeWiki.png");
private static ResourceLocation leftnugget = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeLeftNugget.png");
private static ResourceLocation rightnugget = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeRightNugget.png");
@ -104,7 +105,11 @@ public class RenderAccessoryUtility {
return doctor17;
}
if(uuid.equals(Library.ShimmeringBlaze)) {
return shimmeringblaze;
if(MainRegistry.polaroidID == 11)
return blaze2;
else
return shimmeringblaze;
}
if(uuid.equals(Library.FifeMiner)) {
return leftnugget;

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB