From b99ba98ffeaff540a15dd7b188a9793539fd2bb7 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 9 Jun 2022 16:45:30 +0800 Subject: Add accepted stacks to the tooltip --- runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/src/main/resources') 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", -- cgit