From f6b8a2d4604f9cda66546598629b2a13c92b1cbe Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 1 Jan 2019 13:55:45 +0800 Subject: 1.2 Custom Keybinds --- .../resources/assets/roughlyenoughitems/lang/en_us.json | 16 +++++++++------- .../resources/assets/roughlyenoughitems/lang/fr_fr.json | 12 ++++++------ .../resources/assets/roughlyenoughitems/lang/zh_tw.json | 16 ++++++++++++++++ src/main/resources/fabric.mod.json | 3 +-- 4 files changed, 32 insertions(+), 15 deletions(-) create mode 100644 src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json (limited to 'src/main/resources') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index 93a19790d..81ab48eb3 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -1,10 +1,10 @@ { - "key.rei.category":"Roughly Enough Items", - "key.rei.recipe":"Show Recipe", - "key.rei.hide":"Hide/Show REI", - "key.rei.use":"Show Uses", - "text.rei.cheat":"Cheat", - "text.rei.nocheat":"§4§mCheat", + "key.rei.category": "Roughly Enough Items", + "key.rei.recipe": "Show Recipe", + "key.rei.hide": "Hide/Show REI", + "key.rei.use": "Show Uses", + "text.rei.cheat": "Cheat", + "text.rei.nocheat": "§4§mCheat", "text.rei.mod": "§9§o%s", "category.rei.crafting": "Crafting", "category.rei.smelting": "Smelting", @@ -14,5 +14,7 @@ "category.rei.brewing": "Brewing", "category.rei.brewing.input": "§eOriginal Potion", "category.rei.brewing.reactant": "§eIngredient", - "category.rei.brewing.result": "§eResulted Potion" + "category.rei.brewing.result": "§eResulted Potion", + "text.rei.config": "Config", + "text.rei.listeningkey": "Listening Key" } \ No newline at end of file diff --git a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json index 04f79cb24..8c24d1f5a 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json @@ -1,8 +1,8 @@ { - "key.rei.category":"Roughly Enough Items", - "key.rei.recipe":"Afficher la recette", - "key.rei.hide":"Masquer/afficher REI", - "key.rei.use":"Afficher les utilisations", - "text.rei.cheat":"Triche", - "text.rei.nocheat":"§4§mTriche" + "key.rei.category": "Roughly Enough Items", + "key.rei.recipe": "Afficher la recette", + "key.rei.hide": "Masquer/afficher REI", + "key.rei.use": "Afficher les utilisations", + "text.rei.cheat": "Triche", + "text.rei.nocheat": "§4§mTriche" } diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json new file mode 100644 index 000000000..f81f0dc55 --- /dev/null +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json @@ -0,0 +1,16 @@ +{ + "key.rei.category": "大致足夠的物品(REI)", + "key.rei.recipe": "顯示配方", + "key.rei.hide": "隱藏/顯示REI", + "key.rei.use": "顯示用途", + "text.rei.cheat": "作弊", + "text.rei.nocheat": "§4§m作弊", + "text.rei.mod": "§9§o%s", + "category.rei.crafting": "合成", + "category.rei.smelting": "冶煉", + "category.rei.smelting.fuel": "§e燃料", + "category.rei.brewing": "釀造", + "category.rei.brewing.input": "§e輸入藥水", + "category.rei.brewing.reactant": "§e材料", + "category.rei.brewing.result": "§e輸出藥水" +} diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e9a135679..043e81c62 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -8,8 +8,7 @@ "Danielshe" ], "initializers": [ - "me.shedaniel.Core", - "me.shedaniel.ClientListener" + "me.shedaniel.Core" ], "requires": { -- cgit