From 499a371c4972a135aeb710ccde6bfb23482ebe4f Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sun, 25 Dec 2022 00:15:18 +0800 Subject: 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) --- .../resources/assets/roughlyenoughitems/lang/en_us.json | 2 ++ .../assets/roughlyenoughitems/textures/gui/info.png | Bin 0 -> 4958 bytes 2 files changed, 2 insertions(+) create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/info.png (limited to 'runtime/src') 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 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/info.png differ -- cgit