From 762d645aa5f5ac318a77a5ee5fb3b2b519cf489d Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 01:40:33 +0200 Subject: [PATCH] Typo recpies --- recipes/handlers/Shaped.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/handlers/Shaped.java b/recipes/handlers/Shaped.java index f68bb4985..b30c23661 100644 --- a/recipes/handlers/Shaped.java +++ b/recipes/handlers/Shaped.java @@ -46,7 +46,7 @@ public class Shaped implements ICraftHandler, IWebsiteSeralizer throw new RecipeError( "Crafting recipes must have 1-3 columns." ); } else - throw new RecipeError( "shaped crafting recpies must have 1-3 rows." ); + throw new RecipeError( "shaped crafting recipes must have 1-3 rows." ); } else throw new RecipeError( "Crafting must produce a single output." );