aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-12-25 00:15:18 +0800
committershedaniel <daniel@shedaniel.me>2024-04-15 23:33:19 +0900
commitc34da3fb0698f73d171ac17052019918fdc8bb02 (patch)
treead5d0a350566c05e76cfa07ee29622227012ec89 /runtime
parentfdfdfaf24de3048835be10d1ee2205f17bee7c90 (diff)
downloadRoughlyEnoughItems-c34da3fb0698f73d171ac17052019918fdc8bb02.tar.gz
RoughlyEnoughItems-c34da3fb0698f73d171ac17052019918fdc8bb02.tar.bz2
RoughlyEnoughItems-c34da3fb0698f73d171ac17052019918fdc8bb02.zip
Fix #333 and implement some of #509 (Dye Armor, Clone Banner, Clone Book, Firework Rocket, Clone Map, Extend Map, Decorate Shield, Dye Shulker Box, Suspicious Stew)
Diffstat (limited to 'runtime')
-rwxr-xr-xruntime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json2
-rw-r--r--runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/info.pngbin0 -> 4958 bytes
2 files changed, 2 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 54aa533c2..d0cb485ea 100755
--- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
+++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
@@ -80,6 +80,8 @@
"text.rei.performance": "Performance Analysis",
"text.rei.addons": "REI Addons",
"text.rei.shapeless": "Shapeless",
+ "text.rei.crafting.firework.gunpowder.amount": "The amount of gunpowder affects the flight duration of the firework.",
+ "text.rei.crafting.suspicious_stew": "The resultant stew will have a random effect.",
"text.rei.input.methods": "Input Methods",
"text.rei.input.methods.reload.progress": "Progress: %s%%",
"text.rei.input.methods.default": "Default",
diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/info.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/info.png
new file mode 100644
index 000000000..50ef593ec
--- /dev/null
+++ b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/info.png
Binary files differ