Started by
Ailexx
on
Topic category: Help with Minecraft modding (Java Edition)
I was trying to make a desert mob, that would spawn in pyramids and spider leap at you, this is what it's supposed to look like (texture used in blockbench and MCreator is the same, I used the gold block): https://imgur.com/gVUHFV0
I load it into MCreator, tried with and without animations, gradle shows no errors, but the entity looks like this in-game (the only cube that's displayed is the main part of the "Body" bone): https://imgur.com/FjeyAMd
As far as I can see, there wasn't a thread on the issue, so here.
General Info:
Blockbench version: newest
MCreator version: 2021.2
Minecraft version: 1.16.5
Model Version: Forge 1.15 - 1.16 (MCP)
Update: all the parts besides the main part of the body are thinner than on block, so the model exported poorly into .java (the size of the fingersrounded down to 0, making the dimensions 0,1,0), any way to import a model this thin into MCreator?