So... I have been trying to figure this out for a while now, and I don't know what is wrong. I am getting an error when trying to add a recipe. Here is the code, this is my first time posting so I am sorry if I leave something out.
https://gist.github.com/anonymous/3d4c77cea4d560d8ce38
I am getting the error with ('X', Item.string) & ('/', Item.stick)... The error is "String cannot be resolved or is not a field". I am following Vswe's tutorials and I am aware they are slightly dated but would I be correct in assuming that the majority of it is still valid? Anyway I am sure that it is something simple that I am missing and my apologies if it is.
Edit: I just started again and renamed "Items" to "MyItems" and that seems to have worked...