aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/main/resources/assets
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-02-17 15:38:59 +0800
committershedaniel <daniel@shedaniel.me>2022-02-18 10:24:53 +0800
commit732e0640dbf1dbe4b98d2a7f8682e9d10dcfac8f (patch)
tree9d93217409cc6387b9a90d576320f792bb7b1365 /runtime/src/main/resources/assets
parente0c9b792af72d971bdf59debd1f065521c37c126 (diff)
downloadRoughlyEnoughItems-732e0640dbf1dbe4b98d2a7f8682e9d10dcfac8f.tar.gz
RoughlyEnoughItems-732e0640dbf1dbe4b98d2a7f8682e9d10dcfac8f.tar.bz2
RoughlyEnoughItems-732e0640dbf1dbe4b98d2a7f8682e9d10dcfac8f.zip
Implement changelog, close #772
Diffstat (limited to 'runtime/src/main/resources/assets')
-rwxr-xr-xruntime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json3
-rw-r--r--runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.pngbin3599 -> 5110 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
index 866d202bd..e687b3565 100755
--- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
+++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
@@ -139,6 +139,9 @@
"text.rei.crash.title": "REI Crashed!",
"text.rei.crash.description": "§cRoughly Enough Item just experienced a crash during \"%s\".\n\n§fDetails of the crashed are displayed below. Please identify the mod that caused the crash and report it to the mod author, alongside the crash log provided below.\n\nIf you believe this crash is caused by a bug in Roughly Enough Item, please report it to our issue tracker.\n\n§6Thanks for your help!\n",
"text.rei.crash.crash_report": "Open Crash Report",
+ "text.rei.changelog.title": "REI Changelog",
+ "text.rei.changelog.error.missingChangelogFile": "Missing changelog File!",
+ "text.rei.changelog.error.failedToReadChangelogFile": "Failed to read changelog File!",
"favorite.section.gamemode": "Game Mode",
"favorite.section.weather": "Weather",
"favorite.section.time": "Time",
diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png
index 29c781ec0..7d553eaae 100644
--- a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png
+++ b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png
Binary files differ