EDIT: First post so sorry if I put this in the wrong section or posted it wrong!
Item Rendering has Error texture & has words (Registry Name?) over the error texture
No idea what I'm doing wrong,
I've just started modding and followed this tutorial to get the basics
https://www.youtube.com/watch?v=ncJ78Qgf-Ws
Ive updated the Game Registry part to the latest syntax and have followed this tutorial exactly (asside from using a 256x256 image instead of a 16x16 one for the Item image)
However when i give myself the item this is what i get
- The item tracks my cursor, but with a small delay.
- My Item JSON structure:
{
"parent": "builtin/generated",
"textures": {
"layer0": "tm:items/cheese"
},
"display": {
"thirdperson": {
"rotation": [-90,0,0],
"translation": [0,1,-3],
"scale": [0.55,0.55,0.55]
},
"firstperson": {
"rotation": [0,-135,25],
"translation": [0,4,2],
"scale": [1.7,1.7,1.7]
}
}
}
- Using Eclipse
- Package Layout