diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-12-25 00:15:18 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2024-04-16 00:38:17 +0900 |
| commit | 499a371c4972a135aeb710ccde6bfb23482ebe4f (patch) | |
| tree | 6d226af99e06a1c3ef0ff3861dffab85057e5db9 /runtime/src | |
| parent | cfcbd4c6621a144353f6a4ca113e2c728be4305f (diff) | |
| download | RoughlyEnoughItems-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-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 2 | ||||
| -rw-r--r-- | runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/info.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 000000000..50ef593ec --- /dev/null +++ b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/info.png |
