From d979fe86e63c23a255a8f91a0828e13c79ca8720 Mon Sep 17 00:00:00 2001 From: Mogwump <136357423+Mogwump@users.noreply.github.com> Date: Wed, 3 Dec 2025 01:25:45 +0000 Subject: [PATCH] added lolcat and upside down language --- .../assets/measurements/lang/en_ud.json | 21 +++++++++++++++++++ .../assets/measurements/lang/lol_us.json | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 common/src/main/resources/assets/measurements/lang/en_ud.json create mode 100644 common/src/main/resources/assets/measurements/lang/lol_us.json diff --git a/common/src/main/resources/assets/measurements/lang/en_ud.json b/common/src/main/resources/assets/measurements/lang/en_ud.json new file mode 100644 index 0000000..ebdcbf2 --- /dev/null +++ b/common/src/main/resources/assets/measurements/lang/en_ud.json @@ -0,0 +1,21 @@ +{ + "_comment": "Items", + "item.measurements.tape_measure": "ǝɹnsɐǝW ǝdɐ⟘", + + "_comment": "ClothConfig", + "text.autoconfig.measurements.title": "sʇuǝɯǝɹnsɐǝW", + "text.autoconfig.measurements.option.client": "ʇuǝᴉꞁƆ", + "text.autoconfig.measurements.option.client.lineColor": "ɹoꞁoƆ ǝuᴉꞀ", + "text.autoconfig.measurements.option.client.textColor": "ɹoꞁoƆ ʇxǝ⟘", + "text.autoconfig.measurements.option.client.textSize": "ǝzᴉS ʇxǝ⟘", + "text.autoconfig.measurements.option.client.lineWidth": "ɥʇpᴉM ǝuᴉꞀ", + "text.autoconfig.measurements.option.client.lineWidthMax": "xɐW ɥʇpᴉM ǝuᴉꞀ", + + "_comment": "NeoForge Config", + "measurements.configuration.client": "ʇuǝᴉꞁƆ", + "measurements.configuration.lineColor": "ɹoꞁoƆ ǝuᴉꞀ", + "measurements.configuration.textColor": "ɹoꞁoƆ ʇxǝ⟘", + "measurements.configuration.textSize": "ǝzᴉS ʇxǝ⟘", + "measurements.configuration.lineWidth": "ɥʇpᴉM ǝuᴉꞀ", + "measurements.configuration.lineWidthMax": "xɐW ɥʇpᴉM ǝuᴉꞀ" +} \ No newline at end of file diff --git a/common/src/main/resources/assets/measurements/lang/lol_us.json b/common/src/main/resources/assets/measurements/lang/lol_us.json new file mode 100644 index 0000000..90de1c5 --- /dev/null +++ b/common/src/main/resources/assets/measurements/lang/lol_us.json @@ -0,0 +1,21 @@ +{ + "_comment": "Items", + "item.measurements.tape_measure": "Taep Meowsure", + + "_comment": "ClothConfig", + "text.autoconfig.measurements.title": "Meowsurements", + "text.autoconfig.measurements.option.client": "Cwient", + "text.autoconfig.measurements.option.client.lineColor": "which pwetty color for da line", + "text.autoconfig.measurements.option.client.textColor": "which pwetty color for da text", + "text.autoconfig.measurements.option.client.textSize": "how big iz text", + "text.autoconfig.measurements.option.client.lineWidth": "how thik is da line", + "text.autoconfig.measurements.option.client.lineWidthMax": "line no bigger dan dis", + + "_comment": "NeoForge Config", + "measurements.configuration.client": "Cwient", + "measurements.configuration.lineColor": "which pwetty color for da line", + "measurements.configuration.textColor": "which pwetty color for da text", + "measurements.configuration.textSize": "how big iz text", + "measurements.configuration.lineWidth": "how thik is da line", + "measurements.configuration.lineWidthMax": "line no bigger dan dis" +} \ No newline at end of file