Add azazelthedemonlord Texture Set
All checks were successful
EnergonRelics/pipeline/head This commit looks good
@ -8,4 +8,5 @@ TBD
|
|||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
- ``@PoeticRainbow#5928`` on Discord For The Logo And Poster
|
- ``@PoeticRainbow#5928`` on Discord For The Logo And Poster
|
||||||
- ``@PoeticRainbow#5928`` on Discord For Their Texture Set
|
- ``@PoeticRainbow#5928`` on Discord For Their Texture Set
|
||||||
|
- ``@azazelthedemonlord#2563`` on Discord For Their Texture Set
|
@ -11,10 +11,11 @@ import java.util.Locale;
|
|||||||
@Environment(EnvType.CLIENT)
|
@Environment(EnvType.CLIENT)
|
||||||
@Config(name = EnergonRelics.NAMESPACE)
|
@Config(name = EnergonRelics.NAMESPACE)
|
||||||
public class UserConfig implements ConfigData {
|
public class UserConfig implements ConfigData {
|
||||||
@SuppressWarnings("unused")
|
@SuppressWarnings({"unused", "SpellCheckingInspection"})
|
||||||
public enum TextureSet {
|
public enum TextureSet {
|
||||||
TheBrokenRail,
|
TheBrokenRail,
|
||||||
PoeticRainbow;
|
PoeticRainbow,
|
||||||
|
azazelthedemonlord;
|
||||||
|
|
||||||
public String namespace() {
|
public String namespace() {
|
||||||
return EnergonRelics.NAMESPACE + '-' + name().toLowerCase(Locale.ROOT);
|
return EnergonRelics.NAMESPACE + '-' + name().toLowerCase(Locale.ROOT);
|
||||||
|
After Width: | Height: | Size: 341 B |
After Width: | Height: | Size: 286 B |
After Width: | Height: | Size: 548 B |
After Width: | Height: | Size: 489 B |
After Width: | Height: | Size: 526 B |
After Width: | Height: | Size: 1023 B |
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"animation": {
|
||||||
|
"frametime": 3
|
||||||
|
}
|
||||||
|
}
|
After Width: | Height: | Size: 474 B |
After Width: | Height: | Size: 479 B |