aboutsummaryrefslogtreecommitdiff
path: root/runtime/src
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-12-25 00:15:18 +0800
committershedaniel <daniel@shedaniel.me>2024-04-16 00:38:17 +0900
commit499a371c4972a135aeb710ccde6bfb23482ebe4f (patch)
tree6d226af99e06a1c3ef0ff3861dffab85057e5db9 /runtime/src
parentcfcbd4c6621a144353f6a4ca113e2c728be4305f (diff)
downloadRoughlyEnoughItems-499a371c4972a135aeb710ccde6bfb23482ebe4f.tar.gz
RoughlyEnoughItems-499a371c4972a135aeb710ccde6bfb23482ebe4f.tar.bz2
RoughlyEnoughItems-499a371c4972a135aeb710ccde6bfb23482ebe4f.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/src')
-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