Added Basic NEI Support

This commit is contained in:
AlgorithmX2
2014-04-04 00:17:20 -05:00
parent c73ce116c5
commit 5571467f20
5 changed files with 247 additions and 16 deletions
+16
View File
@@ -254,4 +254,20 @@ public class ShapedRecipe implements IRecipe
{
return this.input;
}
public int getWidth()
{
return width;
}
public int getHeight()
{
return height;
}
public Object[] getIngredients()
{
return input;
}
}