Added Railcraft Integration.

This commit is contained in:
AlgorithmX2
2014-05-01 21:49:19 -05:00
parent 6b87e36bb3
commit 40de3da454
7 changed files with 125 additions and 54 deletions
@@ -83,7 +83,7 @@ public class NEIWorldCraftingHandler implements ICraftingHandler, IUsageHandler
{
if ( this.outputs.size() > recipe )
{
PositionedStack cr = this.outputs.get( recipe );
// PositionedStack cr = this.outputs.get( recipe );
String details = this.details.get( this.offsets.get( recipe ) );
FontRenderer fr = Minecraft.getMinecraft().fontRenderer;