[SOLVED] .OBJ rotation and position

Started by Namu3l on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Apr 2020
Points:
660

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
[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
Active 4 days ago
Joined Aug 2016
Points:
3303

User statistics:

  • Modifications: 9
  • Forum topics: 63
  • Wiki pages: 20
  • MCreator plugins: 11
  • Comments: 2931
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.

Active 4 years ago
Joined Apr 2020
Points:
660

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
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!

Active 4 years ago
Joined Apr 2020
Points:
660

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
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.