[SOLVED] .OBJ rotation and position

Started by Namu3l on

Topic category: Help with modding (Java Edition)

Last seen on 19:10, 19. Jun 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[SOLVED] .OBJ rotation and position
Mon, 04/13/2020 - 23:41 (edited)

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…
Mon, 04/13/2020 - 03:34

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.

Last seen on 19:10, 19. Jun 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I've done this: But then it…
Mon, 04/13/2020 - 13:18

I've done this:

image

But then it looks like this:

image

 

And here my .json:

image

 

Can you help me? thanks!

Last seen on 19:10, 19. Jun 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
OK!  It is done! As you said…
Mon, 04/13/2020 - 23:41

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…
Tue, 04/14/2020 - 07:23

Yes, always use JSON and not OBJ if possible. OBJ is not a native Minecraft format.