aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-01-01 13:55:45 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-01-01 13:55:45 +0800
commitf6b8a2d4604f9cda66546598629b2a13c92b1cbe (patch)
treedf687173b054a83afb9d1c5488c5cb5e09c7629e /src/main/resources
parent430ff25e1bbfce2fe90e69044439cc3ea179dbf1 (diff)
downloadRoughlyEnoughItems-f6b8a2d4604f9cda66546598629b2a13c92b1cbe.tar.gz
RoughlyEnoughItems-f6b8a2d4604f9cda66546598629b2a13c92b1cbe.tar.bz2
RoughlyEnoughItems-f6b8a2d4604f9cda66546598629b2a13c92b1cbe.zip
1.2 Custom Keybinds
Diffstat (limited to 'src/main/resources')
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/lang/en_us.json16
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/lang/fr_fr.json12
-rw-r--r--src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json16
-rwxr-xr-xsrc/main/resources/fabric.mod.json3
4 files changed, 32 insertions, 15 deletions
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": {