Started by
jopelle
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to create a large block (3x4x1) from an .obj model.
I'm setting the model to my .obj model in my block parameters, as well as the texture and block dimensions and bounding box.
When I place my block in minecraft, the box is correctly showing, but the block texture is the default one (violet and black), and has a size of 1x1x1.
Does anyone have an idea on how to deal with large blocks in mcreator?
Thank you very much
Edited by jopelle on Mon, 04/13/2020 - 17:12
Use JSON models, not OBJ models. OBJ is not a native OBJ model and has limitations you have been presented with in MCreator when you pressed Import OBJ model.
The problem is that with blockbench, I can't create a block bigger than 2*2*2... Is there any way I can export a json model bigger than 2*2*2?
I found the option to disable the block size limit in block bench, trying it!
As the minecraft block size limit is 3*3*3, I'm trying the entity method. If anyone knows how to bypass block size limit, please let me know!