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
This commit is contained in:
parent
49068b6989
commit
f9f10ea2df
19
data/minecraft/chat_type/chat.json
Normal file
19
data/minecraft/chat_type/chat.json
Normal file
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user