Jump to content

Recommended Posts

Posted

Hi Guys

I am planning to make models for my mod.

So I am trying to list out possible tools that I may use in case I need to make a model.

It seems that Techne is a bit out-dated (*seems*) and I dont know what file type it is exporting to.

So I was thinking: can I use any modelling programs out there, export the models into a certain file type, do something in the code, and volia, make the custom model appear in game?

Posted

Forge supports models in JSON, OBJ or B3D format in the baked model system. This is mainly designed to be used for blocks/items, but it can be used for entities as well.

 

JSON models (a format specific to Minecraft) can either be written by hand or created in a program like MrCrayfish's Model Creator. OBJ and B3D models can be created in mainstream 3D modelling programs.

 

Baked models can be animated using the Model Animation System (the

net.minecraftforge.client.model.animation

package). This page explains the grammar of the Animation State Machine files.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

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.