From 69e26e78b69f7eeb745b604b2347ac30fe32666f Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 20 Nov 2021 17:50:10 +0800 Subject: Rewrite on how TransferHandler render errors, and fix #580 --- runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/src/main/resources/assets') 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", -- cgit