Hi all, I'm new to creating mods using the Forge API. I'm learning from an article and I'm having trouble loading an item's texture. I can’t figure out what the error is, thank you all in advance for your help.
Screenshots of my code - https://imgur.com/a/rBevUlm
Below is my console.
Hi all! I've just started creating mods on the API forge and I have no idea why the texture + model does not work..
https://imgur.com/a/PFJSF1c - screenshots
{
"parent": "item/generated",
"textures": {
"layer0": "assets/theckt/textures/key"
}
}
Thanks to everyone who tries to help or can help.