Jump to content

Need help with json file


JimiIT92

Recommended Posts

So basically i don't understand exactly how rotation values works. I have a spear item that when charging it use this json file

{
"parent": "builtin/generated",
"textures": {
	"layer0": "blaze:items/malachite_spear"
},
"display": {
        "thirdperson": {
            "rotation": [ 0, 90, -35 ],
            "translation": [ 0, 1.25, -3.5 ],
            "scale": [ 0.85, 0.85, 0.85 ]
        },
	"firstperson": {
		"rotation": [ 0, -135, 135 ],
		"translation": [ 0, 4, 2 ],
		"scale": [ 1.7, 1.7, 1.7 ]
	}
}
}

 

Now, in first person it works as i want (picture below)

BadWrBi.png

but in third person i have this

57xVT2g.png

but i want that in third person will look similar to first person (so the spear should be horizontal, not vertical). Wich of this value am i supposed to change?

Don't blame me if i always ask for your help. I just want to learn to be better :)

Link to comment
Share on other sites

Usually, you would fool around in the .JSON file until its correct (the rotation attribute in third person - found in the .JSON). That takes to much time and is nothing but trial and error. Use this tool, provided by TheGreyGhost, to actively transform your items in-game:

http://www.planetminecraft.com/mod/item-transform-helper---interactively-rotate-scale-translate/

Development of Plugins [2012 - 2014] Development of Mods [2012 - Current]

Link to comment
Share on other sites

Ok, so i've tried with this tool :) It's a really powerful tool but however it can't help me becuase the spear act like a bow and when charging it will assume a different model. I think that i'll let act like a normal bow in third person (as i said before in first person it looks fine)

Don't blame me if i always ask for your help. I just want to learn to be better :)

Link to comment
Share on other sites

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.