#Bedrock Item

22 messages · Page 1 of 1 (latest)

eager dagger
#

Hi, is there a way to make a custom model for Bedrock mc? I want to make a resourcepack for myself but I can't find a way to implement it via blockbench...

raw hedgeBOT
#
Welcome to the help forum!

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.

eager dagger
#

I have some addons installed but i can't understand how to modify bedrock default models

raw hedgeBOT
#
Benchbot

Use /help [category] to view the commands in a category

Blockbench
Bot
Minecraft
Server

fresh coyote
#

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

GitHub

Samples and assets for building Minecraft: Bedrock Edition add-ons - Mojang/bedrock-samples

eager dagger
#

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

fresh coyote
#

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

eager dagger
#

So i just create custom entity model and try to shove it into the resource pack in the item/attachable?

fresh coyote
#

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

eager dagger
#

thx, that was helpful !

fresh coyote
#

Np

eager dagger
#

imma screenshot it real quick

raw hedgeBOT
#

<:e:1149743621755641909>

fresh coyote
eager dagger
#

👍