diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-03-17 00:30:53 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-03-17 00:30:53 +0800 |
| commit | 809cc85848e157a02d32720562ea77ab7a462596 (patch) | |
| tree | 39808c081396ef076f23d4c540cc68fbc7ce2bba /src | |
| parent | 8af94d0768f57b59b56f019c9d40d95b77382187 (diff) | |
| download | RoughlyEnoughItems-809cc85848e157a02d32720562ea77ab7a462596.tar.gz RoughlyEnoughItems-809cc85848e157a02d32720562ea77ab7a462596.tar.bz2 RoughlyEnoughItems-809cc85848e157a02d32720562ea77ab7a462596.zip | |
Change fluid unit to mB if on forge
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 1 |
1 files changed, 1 insertions, 0 deletions
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", |
