aboutsummaryrefslogtreecommitdiff
path: root/runtime/src
diff options
context:
space:
mode:
authorAmyMialee <10999535+AmyMialee@users.noreply.github.com>2021-07-16 04:17:56 +0100
committershedaniel <daniel@shedaniel.me>2021-08-19 17:34:05 +0800
commitb9e0aeec2c451bcb39c1f6d4e8d31ef809bd0567 (patch)
tree9836a57121881f3690d1c5f8eecabee484f687bc /runtime/src
parent1e1dd2571b4f3f1e523bb008fa29976feeb33853 (diff)
downloadRoughlyEnoughItems-b9e0aeec2c451bcb39c1f6d4e8d31ef809bd0567.tar.gz
RoughlyEnoughItems-b9e0aeec2c451bcb39c1f6d4e8d31ef809bd0567.tar.bz2
RoughlyEnoughItems-b9e0aeec2c451bcb39c1f6d4e8d31ef809bd0567.zip
Add missing lang for too long nbt. (#582)
Currently missing the "too_long_nbt" translation, which only occurs on servers.
Diffstat (limited to 'runtime/src')
-rwxr-xr-xruntime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json1
1 files changed, 1 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 b59607783..a8bc8634f 100755
--- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
+++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
@@ -43,6 +43,7 @@
"text.rei.config.optifine.description": "The configuration screen is incompatible with your instance of OptiFine / OptiFabric.",
"text.rei.cheat_items": "Gave [{item_name}§f] x{item_count} to {player_name}.",
"text.rei.failed_cheat_items": "§cFailed to give items.",
+ "text.rei.too_long_nbt": "§cItem NBT is too long to be applied in multiplayer.",
"ordering.rei.ascending": "Ascending",
"ordering.rei.descending": "Descending",
"ordering.rei.registry": "Registry",