OBJ Item in arms, inventory, third person position

Started by Troheya on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
OBJ Item in arms, inventory, third person position
Fri, 06/03/2022 - 14:16 (edited)

I have a cool 3D OBJ model, but I have to make player hold it like a map, also I want to change its location in GUI, Help me please!!!

Edited by Troheya on Fri, 06/03/2022 - 14:16
Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I selected "Free model", a…
Wed, 06/22/2022 - 15:47

I selected "Free model", a model without limitations.

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You have to use the Java…
Thu, 06/23/2022 - 11:50

You have to use the Java Block/Item model type in blockbench, as this is what exports the .json file that holds all of the display information such as how the item is rendered in hand, inventory, item frames, on ground, etc. With the "Generic"/free model type, no .json file is exported, thus that information is not available. You have got support from three seperate people yet you are still bumping this thread - have you attempted to follow through on the fixes any of them have suggested?