[DEV] Fix up porting patches and configs

This commit is contained in:
2024-06-11 19:51:28 +02:00
parent 68fea1db1e
commit 1ffa879f17
1023 changed files with 38304 additions and 596 deletions

View File

@@ -0,0 +1,8 @@
{
"t.clc.opensubconfig": "Open Config",
"t.clc.save": "Save",
"t.clc.cancel_discard": "Discard",
"t.clc.quit_config": "Unsaved Changes",
"t.clc.quit_config_sure": "You have unsaved config changes. Are you sure you want to discard them?",
"t.clc.quit_discard": "Quit & Discard"
}

View File

@@ -0,0 +1,24 @@
{
"required": true,
"minVersion": "0.8",
"package": "com.hypherionmc.craterlib.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
"ChatInputSuggestorMixin",
"events.PlayerMixin",
"events.client.ClientLevelMixin",
"events.client.MinecraftMixin",
"events.client.RealmsMainScreenMixin"
],
"server": [
"events.CommandMixin",
"events.PlayerAdvancementsMixin",
"events.PlayerListMixin",
"events.ServerPlayerMixin"
],
"injectors": {
"defaultRequire": 1
}
}

View File

@@ -0,0 +1,6 @@
{
"pack": {
"description": "${mod_name}",
"pack_format": 18
}
}