ciroreed Posted November 23, 2015 Share Posted November 23, 2015 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 Quote Link to comment Share on other sites More sharing options...
ciroreed Posted November 23, 2015 Author Share Posted November 23, 2015 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? Quote Link to comment Share on other sites More sharing options...
ciroreed Posted November 23, 2015 Author Share Posted November 23, 2015 What is your opinion about render models with Java code directly? Is hard? you have a recommendation? Quote Link to comment Share on other sites More sharing options...
jabelar Posted November 23, 2015 Share Posted November 23, 2015 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. Quote Check out my tutorials here: http://jabelarminecraft.blogspot.com/ Link to comment Share on other sites More sharing options...
Recommended Posts
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.