Posted April 16, 20169 yr 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?
April 16, 20169 yr 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.