mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
lord and savior of UFFR
This commit is contained in:
parent
9ed127b982
commit
803ab695bb
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user