From f9f10ea2dfc8f81469ffc6b072dcf82cc5177a4d Mon Sep 17 00:00:00 2001 From: HeroChris Date: Mon, 16 Dec 2024 12:24:04 +0100 Subject: [PATCH] Chat type New found feature, allowing me to change how chat is displayed by default. Other files might be added such as team-chat and msg's --- data/minecraft/chat_type/chat.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 data/minecraft/chat_type/chat.json diff --git a/data/minecraft/chat_type/chat.json b/data/minecraft/chat_type/chat.json new file mode 100644 index 0000000..7b5604b --- /dev/null +++ b/data/minecraft/chat_type/chat.json @@ -0,0 +1,19 @@ +{ + "chat": { + "parameters": [ + "sender", + "content" + ], + "style": { + "color": "#b6b6b6" + }, + "translation_key": "chat.type.text" + }, + "narration": { + "parameters": [ + "sender", + "content" + ], + "translation_key": "chat.type.text.narrate" + } +} \ No newline at end of file