From b9e0aeec2c451bcb39c1f6d4e8d31ef809bd0567 Mon Sep 17 00:00:00 2001 From: AmyMialee <10999535+AmyMialee@users.noreply.github.com> Date: Fri, 16 Jul 2021 04:17:56 +0100 Subject: Add missing lang for too long nbt. (#582) Currently missing the "too_long_nbt" translation, which only occurs on servers. --- runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 1 + 1 file changed, 1 insertion(+) (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 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", -- cgit