#Bedrock Item
22 messages · Page 1 of 1 (latest)
Please make sure to read #1029468016594911232 as it may answer your question!
Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.
I have some addons installed but i can't understand how to modify bedrock default models
Wizard plugins are used to make new things like a new block, item or entity.
If you want to replace a model of something that already exists in Minecraft you have to create a resource pack and replace the model and texture with your own. Here's a link to the default Minecraft bedrock resource pack and behaviour pack https://github.com/Mojang/bedrock-samples/releases you can edit it or preferably create your own based on it
understood, thx...
Heh... If you want to create a resource pack don't use wizard plugins, use blockbench and samples to create a resource-pack
Bro, I understand how to modify existing blocks and entities for bedrock
And how to use wizard
How do i modify the models for ITEMS?
No h8 bro, i just sometimes don't know how to do stuff
You can modify the item models the same way you modify entities
If the item doesn't use a 3d model and is just a pixel art sprite you have to turn it into an attachable
So i just create custom entity model and try to shove it into the resource pack in the item/attachable?
Pretty much
Items use the same model format as entities
Then using attachables you tell Minecraft to render the item as a 3d model instead of a 2d sprite
And then you add animations to position it correctly
thx, that was helpful !
Np
imma screenshot it real quick
<:e:1149743621755641909>
https://wiki.bedrock.dev/items/attachables.html#top here's a tutorial btw
👍