From 37218614c6d7f8a903b6532196dfa7d1e94a948f Mon Sep 17 00:00:00 2001 From: nea Date: Tue, 26 Jul 2022 11:42:48 +0200 Subject: legacy tag parsing and transformation --- common/src/main/resources/assets/examplemod/lang/en_us.json | 3 --- common/src/main/resources/notenoughupdates-common.mixins.json | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 common/src/main/resources/assets/examplemod/lang/en_us.json (limited to 'common/src/main/resources') diff --git a/common/src/main/resources/assets/examplemod/lang/en_us.json b/common/src/main/resources/assets/examplemod/lang/en_us.json deleted file mode 100644 index 6bcd60e..0000000 --- a/common/src/main/resources/assets/examplemod/lang/en_us.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "item.examplemod.example_item": "Example Item" -} \ No newline at end of file diff --git a/common/src/main/resources/notenoughupdates-common.mixins.json b/common/src/main/resources/notenoughupdates-common.mixins.json index d2e39dc..e83444e 100644 --- a/common/src/main/resources/notenoughupdates-common.mixins.json +++ b/common/src/main/resources/notenoughupdates-common.mixins.json @@ -3,11 +3,10 @@ "package": "net.examplemod.mixin", "compatibilityLevel": "JAVA_16", "client": [ - "MixinTitleScreen" ], "mixins": [ ], "injectors": { "defaultRequire": 1 } -} \ No newline at end of file +} -- cgit