Minecraft Data Packs / Other

Sushi Crafting Datapack (please help debug.)

  • check_circle Advancements
  • check_circle Functions
  • check_circle Loot Tables
  • check_circle Recipes
  • 289 views, 8 today
  • 16 downloads, 0 today
  • 4
  • 3
  • 2
Required Resource Pack
Amazing Zane's Avatar Amazing Zane
Level 4 : Apprentice Modder
4
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
CreditCredit to Mysticat for creating the base for this data pack.
CompatibilityMinecraft 1.20
toMinecraft 1.21 pre-release
Tags

Create an account or sign in to comment.

ZiCreepPeur77
05/15/2024 12:26 pm
Level 1 : New Miner
history
ZiCreepPeur77's Avatar
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
ZiCreepPeur77's Avatar
It works for items, but for blocks idk bc i still did not create custom block models
1
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome