use the LOLCAT language for funny reason
This commit is contained in:
parent
106b55bcc3
commit
4fe66333d1
3 changed files with 5820 additions and 5941 deletions
|
@ -169,7 +169,7 @@ public class Bot {
|
||||||
|
|
||||||
session.send(
|
session.send(
|
||||||
new ServerboundClientInformationPacket(
|
new ServerboundClientInformationPacket(
|
||||||
"en-us",
|
ComponentUtilities.language.getOrDefault("language.code", "en-us"),
|
||||||
16,
|
16,
|
||||||
ChatVisibility.FULL,
|
ChatVisibility.FULL,
|
||||||
true,
|
true,
|
||||||
|
|
|
@ -29,7 +29,7 @@ public class ComponentUtilities {
|
||||||
}
|
}
|
||||||
|
|
||||||
// component parsing
|
// component parsing
|
||||||
private static final Map<String, String> language = loadJsonStringMap("language.json");
|
public static final Map<String, String> language = loadJsonStringMap("language.json");
|
||||||
private static final Map<String, String> voiceChatLanguage = loadJsonStringMap("voiceChatLanguage.json");
|
private static final Map<String, String> voiceChatLanguage = loadJsonStringMap("voiceChatLanguage.json");
|
||||||
private static final Map<String, String> keybinds = loadJsonStringMap("keybinds.json");
|
private static final Map<String, String> keybinds = loadJsonStringMap("keybinds.json");
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue