mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
cæp
This commit is contained in:
parent
d94a48b8c9
commit
c6e472ddd9
@ -78,6 +78,7 @@ public class Library {
|
|||||||
public static String the_NCR = "28ae585f-4431-4491-9ce8-3def6126e3c6";
|
public static String the_NCR = "28ae585f-4431-4491-9ce8-3def6126e3c6";
|
||||||
public static String Barnaby99_x = "711aaf78-a862-4b7e-921a-216349716e9a";
|
public static String Barnaby99_x = "711aaf78-a862-4b7e-921a-216349716e9a";
|
||||||
public static String Ma118 = "1121cb7a-8773-491f-8e2b-221290c93d81";
|
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[] {
|
public static Set<String> contributors = Sets.newHashSet(new String[] {
|
||||||
"06ab7c03-55ce-43f8-9d3c-2850e3c652de", //mustang_rudolf
|
"06ab7c03-55ce-43f8-9d3c-2850e3c652de", //mustang_rudolf
|
||||||
|
|||||||
@ -43,6 +43,7 @@ public class RenderAccessoryUtility {
|
|||||||
private static ResourceLocation frizzlefrazzle = new ResourceLocation(RefStrings.MODID + ":textures/models/capes/CapeFrizzleFrazzle.png");
|
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 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 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) {
|
public static ResourceLocation getCloakFromPlayer(EntityPlayer player) {
|
||||||
|
|
||||||
@ -119,6 +120,9 @@ public class RenderAccessoryUtility {
|
|||||||
if(uuid.equals(Library.Ma118)) {
|
if(uuid.equals(Library.Ma118)) {
|
||||||
return vaer;
|
return vaer;
|
||||||
}
|
}
|
||||||
|
if(uuid.equals(Library.Adam29Adam29)) {
|
||||||
|
return adam;
|
||||||
|
}
|
||||||
if(Library.contributors.contains(uuid)) {
|
if(Library.contributors.contains(uuid)) {
|
||||||
return wiki;
|
return wiki;
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
src/main/resources/assets/hbm/textures/models/capes/CapeAdam.png
Normal file
BIN
src/main/resources/assets/hbm/textures/models/capes/CapeAdam.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Loading…
x
Reference in New Issue
Block a user