mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
I forgot to make it static
This commit is contained in:
parent
bfede6d87b
commit
484ff585d1
@ -39,7 +39,7 @@ public class ArmorModel extends ItemArmor {
|
|||||||
private static final ModelCloak modelCloak = new ModelCloak();
|
private static final ModelCloak modelCloak = new ModelCloak();
|
||||||
|
|
||||||
@SideOnly(Side.CLIENT)
|
@SideOnly(Side.CLIENT)
|
||||||
private final ResourceLocation[] gogglesBlurs = IntStream.range(0, 6)
|
private static final ResourceLocation[] gogglesBlurs = IntStream.range(0, 6)
|
||||||
.mapToObj(i -> new ResourceLocation(RefStrings.MODID + ":textures/misc/overlay_goggles_" + i + ".png"))
|
.mapToObj(i -> new ResourceLocation(RefStrings.MODID + ":textures/misc/overlay_goggles_" + i + ".png"))
|
||||||
.toArray(ResourceLocation[]::new);
|
.toArray(ResourceLocation[]::new);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user