Data Packs Other

Sushi Crafting Datapack (please help debug.)

  • 633 views 0 today
  • save_alt 33 downloads
Compatibility
Minecraft 1.20
to version
Minecraft 1.21
Changes include
  • Advancements
  • Functions
  • Loot Tables
  • Recipes
Added CreditCredit to Mysticat for creating the base for this data pack.
  • 5
  • 3
  • 2
Required Resource Pack
Amazing Zane
Lvl 26Expert Ninja Lego Builder
24
Recently, I have been trying to make a datapack using the new NBT crafting mechanics coming to Minecraft 1.21. This data pack crafts new Sushi items, as well as some others from the data pack this was based off of. Please note that these were kept in for research, as this is my first time making a datapack.

The new recipes and items work as they should, however the texttures meant for them are not applied. Again, this is my first time making a data pack, so can somebody please leave a comment to help me debug this.

Thank you very much!

-Amazing Zane

More like this

  Have something to say?

ZiCreepPeur77
05/15/2024 12:26 pm
Level 1 : New Miner
history
In "YourResourcePack\assets\minecraft\models\item" you have to rewrite existing minecraft items .json. I will take your Emerald Pickaxe as an example. I assume this is a skin for diamond_pickaxe so take diamond_pickaxe.json from your minecraft models folder and put it in YourResourcePack\assets\minecraft\models\item. Then rewrite the diamond_pickaxe.json like this: { "parent": "minecraft:item/handheld", "textures": { "layer0": "minecraft:item/diamond_pickaxe" }, "overrides": [ {"predicate":{"custom_model_data":1},"model":"item/emerald_pickaxe"} ]}
2
ZiCreepPeur77
05/15/2024 12:30 pm
Level 1 : New Miner
It works for items, but for blocks idk bc i still did not create custom block models
1

Welcome