This commit is contained in:
Bob 2022-07-10 21:02:48 +02:00
parent d94a48b8c9
commit c6e472ddd9
3 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,7 @@ public class Library {
public static String the_NCR = "28ae585f-4431-4491-9ce8-3def6126e3c6";
public static String Barnaby99_x = "711aaf78-a862-4b7e-921a-216349716e9a";
public static String Ma118 = "1121cb7a-8773-491f-8e2b-221290c93d81";
public static String Adam29Adam29 = "bbae7bfa-0eba-40ac-a0dd-f3b715e73e61";
public static Set<String> contributors = Sets.newHashSet(new String[] {
"06ab7c03-55ce-43f8-9d3c-2850e3c652de", //mustang_rudolf

View File

@ -43,6 +43,7 @@ public class RenderAccessoryUtility {
private static ResourceLocation frizzlefrazzle = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeFrizzleFrazzle.png");
private static ResourceLocation pheo = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapePheo.png");
private static ResourceLocation vaer = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeVaer.png");
private static ResourceLocation adam = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeAdam.png");
public static ResourceLocation getCloakFromPlayer(EntityPlayer player) {
@ -119,6 +120,9 @@ public class RenderAccessoryUtility {
if(uuid.equals(Library.Ma118)) {
return vaer;
}
if(uuid.equals(Library.Adam29Adam29)) {
return adam;
}
if(Library.contributors.contains(uuid)) {
return wiki;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB