I want to make a new recipe.
It is crafted as follows (where x is a configurable item, and y is a players head):
[x][x][x]
[x][y][x]
[x][x][x]
First, i need to parse to an ItemStack from a string. (ItemType i believe?)
Then, i need to register my custom recipe class in the main class.
I have the base of this coded but im no good at dedcrypting java-docs. Any help would be greatly appreciated.