-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Item Texture Will Not Load #231
Comments
Tried a different icon and still no texture. Replaced both the model and texture files and their folders. Still I have no texture. |
the docs are not updated for 1.21.4 changes. make a folder
its basically the item state (like blockstate for items)
a vanilla example in assets\minecraft\items\ender_pearl.json These model providers are effectively like blockstates but for itemstacks, replacing the old override and modelpredicateprovider system |
No luck. Do I need to move my texture file as well? |
no, this is in addition to your model and texture file |
not really a docs issue. i suggest either going to the discord https://discord.gg/v6v4pMv or opening a discussion https://github.com/orgs/FabricMC/discussions |
Thank you. I added my model back and I see my texture now. |
I created a 16x16 png file correctly named in
assets/my_mod_id/textures/item
.My lang file loads the name just fine.
1.21.4
The text was updated successfully, but these errors were encountered: