diff options
| author | Danielshe <shekwancheung0528@gmail.com> | 2019-08-30 21:21:51 +0800 |
|---|---|---|
| committer | Danielshe <shekwancheung0528@gmail.com> | 2019-08-30 21:21:51 +0800 |
| commit | 53f5536f55917c5eb1b2d88b7bb75ebe330479b8 (patch) | |
| tree | 22262eddf1ea7536227726ebb83c18ffb94cda9f /src/main/resources/assets | |
| parent | 263a070071d4e0b376a398386049c3e5e924bd20 (diff) | |
| download | RoughlyEnoughItems-53f5536f55917c5eb1b2d88b7bb75ebe330479b8.tar.gz RoughlyEnoughItems-53f5536f55917c5eb1b2d88b7bb75ebe330479b8.tar.bz2 RoughlyEnoughItems-53f5536f55917c5eb1b2d88b7bb75ebe330479b8.zip | |
REI 3.1.1
Close #152
Diffstat (limited to 'src/main/resources/assets')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 2 |
1 files changed, 2 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 69b46ff52..3f1681d9b 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -43,7 +43,9 @@ "error.rei.not.on.server": "REI is not on the server.", "error.rei.not.enough.materials": "Not enough materials.", "error.rei.internal.error": "Internal Error: %s", + "error.rei.recipe.not.unlocked": "Recipe not unlocked in Recipe Book.", "error.rei.no.handlers.applicable": "No handlers are applicable.", + "error.rei.multi.errors": "Multiple Errors:", "rei.rei.no.slot.in.inv": "Can't find any space for item in the inventory", "text.rei.showing_craftable": "Showing Craftable", "text.rei.showing_all": "Showing All", |
