lord and savior of UFFR

This commit is contained in:
Shimmering Blaze 2021-09-12 08:33:00 -06:00
parent 9ed127b982
commit 803ab695bb

View File

@ -105,11 +105,7 @@ public class RenderAccessoryUtility {
return doctor17;
}
if(uuid.equals(Library.ShimmeringBlaze)) {
if(MainRegistry.polaroidID == 11)
return blaze2;
else
return shimmeringblaze;
return (MainRegistry.polaroidID == 11 ? blaze2 : shimmeringblaze);
}
if(uuid.equals(Library.FifeMiner)) {
return leftnugget;