Started by
Namu3l
on
Topic category: Help with Minecraft modding (Java Edition)
Hello. I'm trying to fit a 3d model into the player's hand. I know how to do it with a normal object, (modify .json), but can't find a way to do it with a .obj. Could you help me? I have searched the forum but have not found a solution. Thank!
Edited by Namu3l on Mon, 04/13/2020 - 23:41
I suggest you use BlockBench, I know it full supports JSON models and the OBJ models, and you should be able to modify everything you want. If your block/item can be made with a JSON model, you could try to use JSON models. Tjey are a little bit easier to use than OBJ models.
I've done this:
But then it looks like this:
And here my .json:
Can you help me? thanks!
OK! It is done! As you said... if I import it in .json from Blockbench it works correctly. That error disappeared when restarting the program. OMG... I was going crazy :P.
Thank you.
Yes, always use JSON and not OBJ if possible. OBJ is not a native Minecraft format.