Posted May 20, 20169 yr I'm currently using the .json file to make my weapon longer but I can't get it to go straight and long it sort of distorts it? Does anyone know how to do this properly? https://scontent-lhr3-1.xx.fbcdn.net/v/t34.0-12/13246134_1001820673201149_633108695_n.png?oh=e80b59af33c350f62d32bc3b86fa5e91&oe=5741270F[/img]
May 20, 20169 yr If you are using a 16x texture and make the quad 16x32, of course the texture is going to get stretched and distorted. What do you mean with "straight"? For more help, please provide us with the JSON files related. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
May 20, 20169 yr What I did for my sledge hammer in a previous mod was to make the texture double resolution, so I had more drawing space to make the item longer. Then for the scale, I doubled the values (except for I think Z, so your depth doesn't scale up). So basically, your model scale should be [resolutionX/16, resolutionY/16, 1.0] Obviously the equations won't parse, so do them yourself and fill in the values. Resolution X and Y are the dimensions of your texture. Keep them square values (16,32,64), or else you could get distortion or texture and/or runtime errors.
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.