mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-14 18:05:51 -04:00
fix color codes
This commit is contained in:
parent
5f2c48528c
commit
55231a5a65
@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
package de.bixilon.minosoft.game.datatypes;
|
package de.bixilon.minosoft.game.datatypes;
|
||||||
|
|
||||||
import de.bixilon.minosoft.game.datatypes.particle.Particles;
|
|
||||||
import org.json.JSONArray;
|
import org.json.JSONArray;
|
||||||
import org.json.JSONException;
|
import org.json.JSONException;
|
||||||
import org.json.JSONObject;
|
import org.json.JSONObject;
|
||||||
@ -120,8 +119,8 @@ public class TextComponent {
|
|||||||
BLUE("\033[38;2;85;85;255m", "9"),
|
BLUE("\033[38;2;85;85;255m", "9"),
|
||||||
GREEN("\033[38;2;85;255;85m", "a"),
|
GREEN("\033[38;2;85;255;85m", "a"),
|
||||||
AQUA("\033[38;2;85;255;255m", "b"),
|
AQUA("\033[38;2;85;255;255m", "b"),
|
||||||
RED("\033[38;2;255;255;85m", "c"),
|
RED("\033[38;2;255;85;85m", "c"),
|
||||||
PURPLE("\033[38;2;255;85;85m", "d", "light_purple"),
|
PURPLE("\033[38;2;255;85;255m", "d", "light_purple"),
|
||||||
YELLOW("\033[38;2;255;255;85m", "e"),
|
YELLOW("\033[38;2;255;255;85m", "e"),
|
||||||
WHITE("\033[38;2;255;255;255m", "f"),
|
WHITE("\033[38;2;255;255;255m", "f"),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user