Started by
Mr_dsa1
on
Topic category: Help with Minecraft modding (Java Edition)
I need to make a block height of 2 blocks with own texture, can i made it and how ?
MCreator 1.7.3
P.s Sorry for bad English
Topic category: Help with Minecraft modding (Java Edition)
I need to make a block height of 2 blocks with own texture, can i made it and how ?
MCreator 1.7.3
P.s Sorry for bad English
Hi Mr_dsa1,
To make a 2 blocks high custom textured block, you first need to create a custom .json model for it. (This app helps you do that in no time: https://mrcrayfish.com/tools?id=mc)
After you've exported your .json model file containing your 2 blocks high custom model, you need to create a new block in MCreator, and on the first page, where it says "Block render type" set "Custom". Below, set "Custom 3D model type" to "JSON model definition" and upload your previously made 2 blocks high .json file. Apply textures on it, and down at "block dimensions" set the Y coordinate to 2.
Hope this helps.