yeah maybe not that

This commit is contained in:
Boblet 2026-04-08 08:08:26 +02:00
parent bb02b70162
commit aa50173c2b
2 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,6 @@ public class RenderAccessoryUtility {
private static ResourceLocation vertice = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeVertice_2.png"); private static ResourceLocation vertice = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeVertice_2.png");
private static ResourceLocation red = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeRed.png"); private static ResourceLocation red = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeRed.png");
private static ResourceLocation ayy = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeAyy.png"); private static ResourceLocation ayy = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeAyy.png");
private static ResourceLocation nostalgia = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeNostalgia.png");
private static ResourceLocation nostalgia2 = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeNostalgia2.png"); private static ResourceLocation nostalgia2 = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeNostalgia2.png");
private static ResourceLocation sam = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeSam.png"); private static ResourceLocation sam = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeSam.png");
private static ResourceLocation hoboy = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeHoboy_mk3.png"); private static ResourceLocation hoboy = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeHoboy_mk3.png");
@ -76,7 +75,7 @@ public class RenderAccessoryUtility {
return ayy; return ayy;
} }
if(uuid.equals(ShadyUtil.Dr_Nostalgia)) { if(uuid.equals(ShadyUtil.Dr_Nostalgia)) {
return (MainRegistry.polaroidID == 11 ? nostalgia2 : nostalgia); return nostalgia2;
} }
if(uuid.equals(ShadyUtil.Samino2)) { if(uuid.equals(ShadyUtil.Samino2)) {
return sam; return sam;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB