diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-06-09 16:45:30 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-06-09 17:56:46 +0800 |
| commit | b99ba98ffeaff540a15dd7b188a9793539fd2bb7 (patch) | |
| tree | 9f6a51214be9d99acdfa636084d19e55c4e4b680 /runtime/src/main/resources/assets | |
| parent | b5fd138b5b7a8fa426c9e81f9a65e054bf06f541 (diff) | |
| download | RoughlyEnoughItems-b99ba98ffeaff540a15dd7b188a9793539fd2bb7.tar.gz RoughlyEnoughItems-b99ba98ffeaff540a15dd7b188a9793539fd2bb7.tar.bz2 RoughlyEnoughItems-b99ba98ffeaff540a15dd7b188a9793539fd2bb7.zip | |
Add accepted stacks to the tooltip
Diffstat (limited to 'runtime/src/main/resources/assets')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 3 |
1 files changed, 2 insertions, 1 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 1269ca836..db5690e60 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -68,7 +68,8 @@ "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.", - "text.rei.tag_match": "Accepts Tag: #%s", + "text.rei.accepts": "Accepts following:", + "text.rei.tag_accept": "Tag: #%s", "text.rei.performance": "Performance Analysis", "text.rei.shapeless": "Shapeless", "ordering.rei.ascending": "Ascending", |
