diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-11-20 17:50:10 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-11-20 18:30:52 +0800 |
| commit | 69e26e78b69f7eeb745b604b2347ac30fe32666f (patch) | |
| tree | 8fec70dc56f335817702ac20429ab32f2301d136 /runtime/src/main/resources/assets | |
| parent | b92284180f3c58361180f9e5fb1062ba5560466e (diff) | |
| download | RoughlyEnoughItems-69e26e78b69f7eeb745b604b2347ac30fe32666f.tar.gz RoughlyEnoughItems-69e26e78b69f7eeb745b604b2347ac30fe32666f.tar.bz2 RoughlyEnoughItems-69e26e78b69f7eeb745b604b2347ac30fe32666f.zip | |
Rewrite on how TransferHandler render errors, and fix #580
Diffstat (limited to 'runtime/src/main/resources/assets')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 1 |
1 files changed, 1 insertions, 0 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 229a6dd65..3c334ac17 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -65,6 +65,7 @@ "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.not.supported.move.items": "Move Items is not supported with this recipe and this container.", "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", |
