aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/roughlyenoughitems
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2018-12-31 13:12:25 +0800
committerUnknown <shekwancheung0528@gmail.com>2018-12-31 13:12:25 +0800
commitfee12aa0885da204ec874cd5ada371c42501c873 (patch)
tree880596f5f463e08762a56b1cb1d7008aaed1899d /src/main/resources/assets/roughlyenoughitems
parent1b14c5142bb49db9af078b5c753bc22ce35a40cc (diff)
downloadRoughlyEnoughItems-fee12aa0885da204ec874cd5ada371c42501c873.tar.gz
RoughlyEnoughItems-fee12aa0885da204ec874cd5ada371c42501c873.tar.bz2
RoughlyEnoughItems-fee12aa0885da204ec874cd5ada371c42501c873.zip
packetadder wip
Diffstat (limited to 'src/main/resources/assets/roughlyenoughitems')
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/.modassetroot0
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/lang/en_us.json17
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/lang/fr_fr.json8
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.pngbin0 -> 3577 bytes
4 files changed, 25 insertions, 0 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/.modassetroot b/src/main/resources/assets/roughlyenoughitems/.modassetroot
new file mode 100755
index 000000000..e69de29bb
--- /dev/null
+++ b/src/main/resources/assets/roughlyenoughitems/.modassetroot
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
new file mode 100755
index 000000000..f8a93e3c2
--- /dev/null
+++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
@@ -0,0 +1,17 @@
+{
+ "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",
+ "category.rei.smelting.fuel": "§eFuel",
+ "category.rei.smoking": "Smoking",
+ "category.rei.brewing": "Brewing",
+ "category.rei.brewing.input": "§eOriginal Potion",
+ "category.rei.brewing.reactant": "§eIngredient",
+ "category.rei.brewing.result": "§eResulted Potion"
+} \ 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
new file mode 100755
index 000000000..04f79cb24
--- /dev/null
+++ b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json
@@ -0,0 +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"
+}
diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png
new file mode 100755
index 000000000..87bd19aa9
--- /dev/null
+++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png
Binary files differ