Adds per-sign color settings for the new signs
This commit is contained in:
@@ -55,7 +55,8 @@ public enum ConfigOption {
|
||||
*/
|
||||
PER_SIGN_COLORS("gates.cosmetic.perSignColors", "The per-sign color specification", new String[]{
|
||||
"'ACACIA:default,default'", "'BIRCH:default,default'", "'CRIMSON:inverted,inverted'", "'DARK_OAK:inverted,inverted'",
|
||||
"'JUNGLE:default,default'", "'OAK:default,default'", "'SPRUCE:inverted,inverted'", "'WARPED:inverted,inverted'"}),
|
||||
"'JUNGLE:default,default'", "'OAK:default,default'", "'SPRUCE:inverted,inverted'", "'WARPED:inverted,inverted'",
|
||||
"'BAMBOO:default,default'", "'CHERRY:default,default'"}),
|
||||
|
||||
/**
|
||||
* Whether to destroy portals when any blocks are broken by explosions
|
||||
|
@@ -136,6 +136,8 @@ gates:
|
||||
- 'OAK:default,default'
|
||||
- 'SPRUCE:inverted,inverted'
|
||||
- 'WARPED:inverted,inverted'
|
||||
- 'BAMBOO:default,default'
|
||||
- 'CHERRY:default,default'
|
||||
|
||||
economy:
|
||||
# When scrolling through a networked portal's destination list, should SG color free gates?
|
||||
|
Reference in New Issue
Block a user