diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-01-11 00:34:07 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-01-11 00:34:07 +0800 |
| commit | a855c0284c3b285dd8a71b57ec35702995ae5b30 (patch) | |
| tree | 4b2876163d99301960a26ff821aff5c97e3fb02e /src/main/resources | |
| parent | bde33221f4e4732daafdc9ecd3a0e559c1f74ed2 (diff) | |
| download | RoughlyEnoughItems-a855c0284c3b285dd8a71b57ec35702995ae5b30.tar.gz RoughlyEnoughItems-a855c0284c3b285dd8a71b57ec35702995ae5b30.tar.bz2 RoughlyEnoughItems-a855c0284c3b285dd8a71b57ec35702995ae5b30.zip | |
3.3.7
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 1 | ||||
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/textures/gui/display.png | bin | 10151 -> 11200 bytes | |||
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/textures/gui/display_dark.png | bin | 8722 -> 9896 bytes | |||
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 24 |
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 Binary files differindex 98a2392d3..b730c61e7 100644 --- a/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png +++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/display_dark.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/display_dark.png Binary files differindex 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 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"] } } } |
