injectCratedItems

This commit is contained in:
thatsIch
2014-09-20 22:36:48 +02:00
parent f76e87c9a5
commit 83299fcf44
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ public class CraftingLink implements ICraftingLink
if ( tie == null || tie.req == null || tie.req.req == null )
return input;
return tie.req.req.injectCratedItems( tie.req, input, mode );
return tie.req.req.injectCraftedItems( tie.req, input, mode );
}
public void markDone()