Started by
Nessymixj
on
Topic category: Help with Minecraft modding (Bedrock Edition)
Hello, i don't know how to add a model in my bedrock addon, can you help me ? (i already have the model and texture)
Thanks for your responses !
Edited by Nessymixj on Wed, 10/06/2021 - 17:07
are you using blockbench?
or a mcreator painted texure
on blockbench make sure to export it as a Bedrock Model
Yes i'm using blockbench and my texture was created on blockbench too. i just don't know how to put my model on a mob created on mcreator...
go to resources, click Models, and import it, unless addons are different.
but how can i add models in ressources ? There is 0 buttons for add models
i found the button for add the model, but it's locked :/
then Models don't work for addons on MCreator
there is no other solution to add a model on a mcreator mob ?
if MCreator locked the button, then custom code
it's what i'm trying but i have another problem, i don't why but when i run minecraft, it closes instantly :/ so i'm checking if i don't have virus or other thing like this...
just use Bridge
I FOUND IT !!!!!!!!!! FINALLY !!!
Ok, so i'll explain for those who have the same problem than me.
Create a folder called "models" in your ressource pack and in this folder create another folder called "entity", in this folder put your model.json (for example my model is called duck.geo.json)
Go to your ressource pack and open the entity folder and open the mob.entity (with notepad or just like a normal txt file)
Now found in the code "geometry", and read this :
The geometry.duck you will found it in your model file, here :
Rename the text you have after "identifier" like you want but it must be the same words in the mob.entity file.
Now start minecraft !
I hope it will help you ;)
(for the discussion, when I'll can, I'll try bridge but thanks for your help !)
that sounds cool, you might want to make a Tutorial Page with images just for that :)