Jump to content

Recommended Posts

Posted

Hello fellow coders! 

   I am in the making of a WW1 Minecraft Mod (in 1.15.2) and I am using blender for modeling. Since I am quite new to this, I need some help on being helped with trying to import .obj models in Intellij, and into Minecraft. If anyone has any help, it would be much appreciated. Much Thanks!

Posted

Hi

 

Have a look at this working example project, it uses a wavefront obj model

 

https://github.com/TheGreyGhost/MinecraftByExample

 

See mbe21 - it uses TileEntityRender but the principles are basically the same for blocks, items, and even entities as well.

 

Try to keep your blender models quite simple otherwise Minecraft can really struggle with them.  I'd also suggest that you start with something extremely simple- take baby steps and test often, because some parts of the import are quite finicky.  There are some tricks about meshing especially quads, normals, textures, and groups that you have to be careful with.

 

Cheers

  TGG

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.