Posted November 23, 20159 yr I mean this format. https://www.dropbox.com/s/2o222dcz0pyiidv/ship.json?dl=0 Does forge have some utility to import this? I see in code this packages which have some utilities thought net.minecraftforge.client.model.* Thanks
November 23, 20159 yr Author As I understand it, this model creator creates the 1.8 JSON models, which are used by vanilla minecraft. You can find more information here. So i cant use models.json in 1.7.10? this feature is only for 1.8x?
November 23, 20159 yr Author What is your opinion about render models with Java code directly? Is hard? you have a recommendation?
November 23, 20159 yr What is your opinion about render models with Java code directly? Is hard? you have a recommendation? Actually it is really easy to just code it directly in Java. Basically it is just a bunch of cubes that you specify that have positions, offsets and rotation (if necessary), plus some texture binding. Just look at the models for entities and it should be pretty obvious how it works. I just sketch my model on graph paper, and then it is easy to code in Java. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
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.