SHsuperCM / CITResewn

Fabric implementation of mcpatcher's cit
MIT License
146 stars 72 forks source link

[Help Needed] Load entity textures in model #352

Closed Disketaa closed 7 months ago

Disketaa commented 7 months ago

Hi! I want to ask, is it possible to load textures for model straight from textures/entity folder?

    "textures": {
        "0": "entity/cat/all_black"
    },

My custom item but textures are broken image

SHsuperCM commented 7 months ago

In modern minecraft versions, you need to specify to the game that you want a texture in the atlas for it to be added. Specifically for blocks/items you need to add the texture to the blocks atlas.

This is a vanilla resourcepack thing, there should be info online on how to do that.