aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-01-11 00:34:07 +0800
committershedaniel <daniel@shedaniel.me>2020-01-11 00:34:07 +0800
commita855c0284c3b285dd8a71b57ec35702995ae5b30 (patch)
tree4b2876163d99301960a26ff821aff5c97e3fb02e /src/main/resources
parentbde33221f4e4732daafdc9ecd3a0e559c1f74ed2 (diff)
downloadRoughlyEnoughItems-a855c0284c3b285dd8a71b57ec35702995ae5b30.tar.gz
RoughlyEnoughItems-a855c0284c3b285dd8a71b57ec35702995ae5b30.tar.bz2
RoughlyEnoughItems-a855c0284c3b285dd8a71b57ec35702995ae5b30.zip
3.3.7
Diffstat (limited to 'src/main/resources')
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/lang/en_us.json1
-rw-r--r--src/main/resources/assets/roughlyenoughitems/textures/gui/display.pngbin10151 -> 11200 bytes
-rw-r--r--src/main/resources/assets/roughlyenoughitems/textures/gui/display_dark.pngbin8722 -> 9896 bytes
-rwxr-xr-xsrc/main/resources/fabric.mod.json24
4 files changed, 13 insertions, 12 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
index 096539b17..f0391eeef 100755
--- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
@@ -25,6 +25,7 @@
"category.rei.brewing.result": "Resulted Potion",
"category.rei.composting": "Composting",
"category.rei.stripping": "Stripping",
+ "category.rei.information": "Information",
"text.rei.composting.chance": "§e%d%% Chance",
"text.rei.composting.page": "Page %d",
"text.rei.config": "Config",
diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png
index 98a2392d3..b730c61e7 100644
--- a/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png
+++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png
Binary files differ
diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/display_dark.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/display_dark.png
index d5bd24b90..950fb6afb 100644
--- a/src/main/resources/assets/roughlyenoughitems/textures/gui/display_dark.png
+++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/display_dark.png
Binary files differ
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 632df23b3..a3189648c 100755
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -5,7 +5,7 @@
"description": "To allow players to view items and recipes.",
"version": "${version}",
"authors": [
- "Danielshe"
+ "shedaniel"
],
"contact": {
"homepage": "https://minecraft.curseforge.com/projects/roughly-enough-items",
@@ -45,19 +45,19 @@
],
"custom": {
"rei:translators": {
- "English": "Danielshe",
+ "English": "shedaniel",
"Japanese": ["swordglowsblue", "hinataaki"],
- "Simplified Chinese": ["XuyuEre", "Danielshe"],
- "Traditional Chinese": ["hugoalh", "gxy17886", "Danielshe"],
- "French": "Yanis48",
- "German": "MelanX",
- "Estonian": "Madis0",
- "Portuguese": "thiagokenis",
- "LOLCAT": "Danielshe",
- "Upside Down English": "Danielshe",
+ "Simplified Chinese": ["XuyuEre", "shedaniel", "SciUniv_Moring", "Takakura-Anri"],
+ "Traditional Chinese": ["hugoalh", "gxy17886", "shedaniel"],
+ "French": ["Yanis48", "Koockies"],
+ "German": ["MelanX", "guntram7"],
+ "Estonian": ["Madis0"],
+ "Portuguese": ["thiagokenis"],
+ "LOLCAT": ["shedaniel", "RaxedMC"],
+ "Upside Down English": ["shedaniel"],
"Brazilian Portuguese": ["thiagokenis", "joaoh1"],
- "Bulgarian": "geniiii",
- "Russian": "MrYonter"
+ "Bulgarian": ["geniiii"],
+ "Russian": ["MrYonter", "kwmika1girl", "LimyChitou", "Great_Manalal", "s3rbug", "TheByKotik", "ebogish"]
}
}
}