#New Pack Formatting for 1.21+?
21 messages · Page 1 of 1 (latest)
It looks like you have applied tags to this post that conflict. Please only apply the tags that are relevant to your post. We can only help you if we know the context of your question, and applying incorrect tags makes this confusing.
You can refer to #1029373817119838218 for a description of what each tag is for!
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.
Depends how long ago we're talking, what version do your packs work in
1.20.4 and now I'm jumping to 1.21.4
Also resource packs shouldn't need jar files
.json I mean
Let me correct the post
Oh then not too much, what's broken that you can tell
That it won't deploy
Item Model Definitions (1.21.4+)
Minecraft added Item Model Definitions, they act similarly to blockstate files, but are solely for items.
They can be used as an alternative to some CIT features, with current snapshots making them a full replacement for CIT.
More information on this feature can be found on the MC wiki https://minecraft.wiki/w/Items_model_definition
There is also a handy tool which simplifies creation of those files https://misode.github.io/assets/item/
Custom Model Data alternative (1.21.2+)
Mojang added an alternative to custom model data, you can specify a data component
that will change the item model an item uses. On 1.21.4+ this will change the Item Model Definition file used.
/give @scenic nebula fishing_rod[minecraft:item_model='minecraft:my_fancy_model']
No need for custom model data now
So what's the new one like
Trying to find a format here