#How do I put my custom block model in Minecraft?
1 messages · Page 1 of 1 (latest)
I put it in models > block, then i replaced purpur block
By naming it purpur block
needs to be called purpur_block
and needs to be a .json file (Minecraft does nothing with .bbmodel files)
you don't need all the default files in your own pack btw. (that just makes your pack unecessarily bigger and redistribution of default files is agains Minecraft's ToS)
Make sure the pack is properly equipped ingame
oh so i can just remove all the files that im not changing, it will automatically overwrite?
the default pack is always equipped at the bottom of your packs
so anything it doesn't find in your pack it will take from the default pack (or from any other packs that are equipped lower than your pack)
just to make sure there are now typos, could you show (or copy) the relevant part of the folder structure/file path? (starting from the "assets" folder of your pack)
assets\minecraft\models\block
but ive also noticed that sometimes the changes i make to the texture pack dont apply
wait
i might have found something
ohhhhh
i just put it in a different pack 😅
thats one thing, now how do i avoid this?
there is supposed to be a grass block below
!faq java-culling
Minecraft hides (culls) the faces between solid blocks to improve performance. To avoid this, remodel a non-solid block. For example: Glass, Pressure Plates, Flowers.
Alternatively, display the model by putting it into the head slot of an invisible Armor Stand or inside an invisible Item Frame.