I have my custom model and texture set up, and I’ve read through the documentation on model registration. However, my item still appears as a purple and black checkerboard in-game, indicating a missing texture and model issue.
I’ve verified that my assets directory is correctly structured.
Here's the JSON file I'm using to register the item model—anyone know a good resource or explanation specifically for using custom 3D models with Fabric 1.21.5?
{
"model": {
"type": "minecraft:model",
"model": "modid:item/hammer"
}
}