3d obj helmet

Started by AnderBRO2 on

Topic category: Help with modding (Java Edition)

Last seen on 17:15, 21. Apr 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
3d obj helmet

I am brand new to this, and biting off more than i can chew..

I want to create a 3d obj version of a helmet on 1.15.2 minecraft

I have the obj, as well as the textures for it. But no idea what i'm doing from here. but im super proud even though im using other peoples work :)

https://imgur.com/a/N0jPVQf

A little guidance would be great. I've imported the model and textures. Im assuming i need to code?

Only Java models with work…
Tue, 04/14/2020 - 06:54

Only Java models with work with this.

For OBJ armor model, you would need very good knowledge of:

  1. Java
  2. Minecraft Forge code structure and system
  3. Minecraft rendering
  4. OBJ model format
  5. OpenGL knowledge