Skip to content

Commit

Permalink
Cape
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOriginalGolem committed Nov 23, 2022
1 parent 1450a91 commit 49509ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/com/hbm/render/misc/RenderAccessoryUtility.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public class RenderAccessoryUtility {
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");
private static ResourceLocation golem = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/capegolem.png");

public static ResourceLocation getCloakFromPlayer(EntityPlayer player) {
String uuid = player.getUniqueID().toString();
Expand Down Expand Up @@ -99,6 +100,9 @@ public static ResourceLocation getCloakFromPlayer(EntityPlayer player) {
if(name.startsWith("Player")) {
return test;
}
if(uuid.equals(Library.Golem)) {
return shimmeringblaze;
}

return null;
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 49509ab

Please sign in to comment.