From 809cc85848e157a02d32720562ea77ab7a462596 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 17 Mar 2021 00:30:53 +0800 Subject: Change fluid unit to mB if on forge Signed-off-by: shedaniel --- src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index dc786d240..1a3864c54 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -103,6 +103,7 @@ "favorite.section.gamemode": "Game Mode", "favorite.section.weather": "Weather", "tooltip.rei.fluid_amount": "§7%d Unit", + "tooltip.rei.fluid_amount.forge": "§7%d mB", "tooltip.rei.drag_to_add_favorites": "§7Drag this up to add this to your favorites!", "msg.rei.copied_recipe_id": "Copied Recipe Identifier", "msg.rei.recipe_id_details": "Recipe ID: %s", -- cgit