diff options
| author | AmyMialee <10999535+AmyMialee@users.noreply.github.com> | 2021-07-16 04:17:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-16 11:17:56 +0800 |
| commit | 9f29770195319484f534de09fb221c66f31e0247 (patch) | |
| tree | 77b8ee9496cb285e53b03e0f62900063ed90c213 /runtime/src/main | |
| parent | b83979b33a6b482341c96d00b5423a943f9cccb2 (diff) | |
| download | RoughlyEnoughItems-9f29770195319484f534de09fb221c66f31e0247.tar.gz RoughlyEnoughItems-9f29770195319484f534de09fb221c66f31e0247.tar.bz2 RoughlyEnoughItems-9f29770195319484f534de09fb221c66f31e0247.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/main')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 1 |
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", |
