diff options
Diffstat (limited to 'src/main/resources')
5 files changed, 10 insertions, 9 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index 64e3dd1e0..e773cdd05 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -4,7 +4,7 @@ "key.roughlyenoughitems.hide_keybind": "Hide/Show REI", "key.roughlyenoughitems.usage_keybind": "Show Uses", "text.rei.cheat": "Cheat", - "text.rei.nocheat": "§4§mCheat", + "text.rei.nocheat": "§c§mCheat", "category.rei.crafting": "Crafting", "category.rei.smelting": "Smelting", "category.rei.smelting.fuel": "§eFuel", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json index 6005b50f3..3d5df5428 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json @@ -4,7 +4,7 @@ "key.roughlyenoughitems.hide_keybind": "Masquer/afficher REI", "key.roughlyenoughitems.usage_keybind": "Afficher les utilisations", "text.rei.cheat": "Triche", - "text.rei.nocheat": "§4§mTriche", + "text.rei.nocheat": "§c§mTriche", "category.rei.crafting": "Fabrication", "category.rei.smelting": "Cuisson", "category.rei.smelting.fuel": "§eCombustible", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json index 6fc1b379e..98923d78f 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -4,7 +4,7 @@ "key.roughlyenoughitems.hide_keybind": "隐藏/显示 REI", "key.roughlyenoughitems.usage_keybind": "显示用途", "text.rei.cheat": "作弊", - "text.rei.nocheat": "§4§m作弊", + "text.rei.nocheat": "§c§m作弊", "category.rei.crafting": "合成", "category.rei.smelting": "冶炼", "category.rei.smelting.fuel": "§e燃料", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json index fa146829e..7fb483e43 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json @@ -4,7 +4,7 @@ "key.roughlyenoughitems.hide_keybind": "隱藏/顯示 REI", "key.roughlyenoughitems.usage_keybind": "顯示用途", "text.rei.cheat": "作弊", - "text.rei.nocheat": "§4§m作弊", + "text.rei.nocheat": "§c§m作弊", "category.rei.crafting": "合成", "category.rei.smelting": "冶煉", "category.rei.smelting.fuel": "§e燃料", diff --git a/src/main/resources/riftmod.json b/src/main/resources/riftmod.json index 3a019b629..c9fd57343 100644 --- a/src/main/resources/riftmod.json +++ b/src/main/resources/riftmod.json @@ -8,16 +8,17 @@ "listeners": [ { "class": "me.shedaniel.rei.REIMixinInit", - "side": "client" - }, - { - "class": "me.shedaniel.rei.RoughlyEnoughItemsPlugin", "side": "client", - "priority": -1000 + "priority": 5 }, { "class": "me.shedaniel.rei.client.KeyBindHelper", "side": "client" + }, + { + "class": "me.shedaniel.rei.client.GuiHelper", + "side": "client", + "priority": -30 } ], "url": "https://shedaniel.me", |
