mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
did I do that right?
This commit is contained in:
parent
803ab695bb
commit
3bf4b2a2eb
@ -48,11 +48,7 @@ public class RenderAccessoryUtility {
|
||||
String name = player.getDisplayName();
|
||||
|
||||
if(uuid.equals(Library.HbMinecraft)) {
|
||||
|
||||
if(MainRegistry.polaroidID == 11)
|
||||
return hbm;
|
||||
else
|
||||
return hbm2;
|
||||
return (MainRegistry.polaroidID == 11 ? hbm : hbm2);
|
||||
}
|
||||
|
||||
if(uuid.equals(Library.Drillgon)) {
|
||||
@ -74,11 +70,7 @@ public class RenderAccessoryUtility {
|
||||
return ayy;
|
||||
}
|
||||
if(uuid.equals(Library.Dr_Nostalgia)) {
|
||||
|
||||
if(MainRegistry.polaroidID == 11)
|
||||
return nostalgia2;
|
||||
else
|
||||
return nostalgia;
|
||||
return (MainRegistry.polaroidID == 11 ? nostalgia2 : nostalgia);
|
||||
}
|
||||
if(uuid.equals(Library.Samino2)) {
|
||||
return sam;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user