diff options
Diffstat (limited to 'src/main/resources')
5 files changed, 9 insertions, 7 deletions
diff --git a/src/main/resources/assets/customlevelcolour/lang/en_ca.json b/src/main/resources/assets/customlevelcolour/lang/en_ca.json index 0426618..2b627b2 100644 --- a/src/main/resources/assets/customlevelcolour/lang/en_ca.json +++ b/src/main/resources/assets/customlevelcolour/lang/en_ca.json @@ -1,5 +1,6 @@ { - "gui.customlevelcolour.title": "Custom Level Colour", "gui.customlevelcolour.outlineColour": "Outline Colour", - "gui.customlevelcolour.textColour": "Text Colour" + "gui.customlevelcolour.saveConfig": "Save", + "gui.customlevelcolour.textColour": "Text Colour", + "gui.customlevelcolour.title": "Custom Level Colour" } diff --git a/src/main/resources/assets/customlevelcolour/lang/en_gb.json b/src/main/resources/assets/customlevelcolour/lang/en_gb.json index 0426618..1ded891 100644 --- a/src/main/resources/assets/customlevelcolour/lang/en_gb.json +++ b/src/main/resources/assets/customlevelcolour/lang/en_gb.json @@ -1,5 +1,6 @@ { "gui.customlevelcolour.title": "Custom Level Colour", + "gui.customlevelcolour.saveConfig": "Save", "gui.customlevelcolour.outlineColour": "Outline Colour", "gui.customlevelcolour.textColour": "Text Colour" } diff --git a/src/main/resources/assets/customlevelcolour/lang/en_us.json b/src/main/resources/assets/customlevelcolour/lang/en_us.json index a69d843..b118f0f 100644 --- a/src/main/resources/assets/customlevelcolour/lang/en_us.json +++ b/src/main/resources/assets/customlevelcolour/lang/en_us.json @@ -1,5 +1,6 @@ { "gui.customlevelcolour.title": "Custom Level Color", + "gui.customlevelcolour.saveConfig": "Save", "gui.customlevelcolour.outlineColour": "Outline Color", "gui.customlevelcolour.textColour": "Text Color" } diff --git a/src/main/resources/customlevelcolour.mixins.json b/src/main/resources/customlevelcolour.mixins.json index ca078b3..b6d2399 100644 --- a/src/main/resources/customlevelcolour.mixins.json +++ b/src/main/resources/customlevelcolour.mixins.json @@ -2,9 +2,9 @@ "required": true, "minVersion": "0.8", "package": "net.inyourwalls.customlevelcolour.mixin", - "compatibilityLevel": "JAVA_17", + "compatibilityLevel": "JAVA_25", "client": [ - "InGameHudMixin" + "ContextualBarMixin" ], "injectors": { "defaultRequire": 1 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index cdcc279..de27338 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -25,8 +25,7 @@ "customlevelcolour.mixins.json" ], "depends": { - "fabricloader": ">=0.14.22", - "java": ">=17", - "minecraft": "~1.21" + "fabricloader": ">=0.17.3", + "minecraft": ">=26.2" } } |
