#Fixing missing original textures on items.
20 messages · Page 1 of 1 (latest)
Please make sure to read #1029373817119838218 as it may answer your question!
Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.
can you show your stick.json and clock.json?
I use notepad I am so sorry 🙏
this might also be a dum dum thing I've done somewhere down the line, when testing the stick model is actually fine. it's mainly the clock
the parent for the clock.json needs to be item/generated
and I think the texture is called clock_32 or so (would need to check real quick myself)
k, correction, clock_00
in fact, this is what your clock.json should look like (and you add your custom_model_data predicate at the end)
(this is the clock.json from the default assets btw.)
Thanks! I will download that and slip what I need to in!
in general, when something fails with the base model it's always a good idea to check the item model in the default assets
(usually most are like stick.json where it's item/generated and one texture with the same name as the file, but some items are a bit more complex)
mhm mhm, there's a download link for the defeault assets yeah?
!faq default-pack
Disclaimer: Use these packs as REFERENCE, don't put your models inside them, it just increases your pack needlessly. Also don't put any of the unedited files from it into your own pack. The distributions of default assets in your pack is illegal.
For Java Edition:
(This works the same for all versions, 1.17 is just used as an example here)
Go to .minecraft/versions/1.17 and open the 1.17.jar in there with a zip program. Alternativley you can copy the .jar file and change the file extension to .zip and double click it.
Extract/copy the "assets" folder inside the jar somewhere. It contains all the default models/textures.
For Bedrock Edition:
Go to https://docs.microsoft.com/en-us/minecraft/creator/documents/resourcepack and scroll to "Building the Resource Pack". The download for the vanilla resource pack can be found right above that title.
Alternatively here is the direct download link: https://aka.ms/resourcepacktemplate
splendiiiiid thanks man
for the java edition assets you will need to get it from the game's .jar (very simple process)
Bedrock would have a download link (but not item/block models)
alrighty then!