Started by llamamod1234 on Sat, 02/29/2020 - 02:17 Topic category: Feature requests and ideas for MCreator I would like Mcreator to add a option to change the size of a weapon or item Jump to top I have a problem oh no the size won't change and I put this code on the json { "parent": "item/handheld", "textures": { "layer0": "animellamashop:items/gideon" } }, "display": { "ground": { "rotation": [ 0, 0, 0 ], "translation": [ 0, 3, 0], "scale":[ 1, 1, 1 ] }, "fixed": { "rotation": [ 0, 0, 0 ], "translation": [ 0, 0, 0], "scale":[ 1, 1, 1 ] }, "thirdperson_righthand": { "rotation": [ 0, 90, 40 ], "translation": [ 0, 15, 2 ], "scale": [ 3.0, 3.0, 3.0 ] }, "firstperson_righthand": { "rotation": [ 0, 90, 40 ], "translation": [ 0, 15, 2 ], "scale": [ 2.0, 2.0, 2.0 ] }, "firstperson_lefthand": { "rotation": [ 0, 90, 40 ], "translation": [ 0, 15, 2 ], "scale": [ 3.0, 3.0, 3.0 ] } } and yay. How do I even change the size? Jump to top Permalink Log in or register to post comments did you lock the code? Jump to top Permalink Log in or register to post comments yes Jump to top Permalink Log in or register to post comments yes I lock the code and try. to make the scale bigger still not working :( Jump to top Permalink Log in or register to post comments You formatted it wrong, it is: { "parent": "item/handheld", "textures": { "layer0": "animellamashop:items/gideon" }, "display": { "ground": { "rotation": [0, 0, 0], "translation": [0, 3, 0], "scale": [1, 1, 1] }, "fixed": { "rotation": [0, 0, 0], "translation": [0, 0, 0], "scale": [1, 1, 1] }, "thirdperson_righthand": { "rotation": [0, 90, 40], "translation": [0, 15, 2], "scale": [3.0, 3.0, 3.0] }, "firstperson_righthand": { "rotation": [0, 90, 40], "translation": [0, 15, 2], "scale": [2.0, 2.0, 2.0] }, "firstperson_lefthand": { "rotation": [0, 90, 40], "translation": [0, 15, 2], "scale": [3.0, 3.0, 3.0] } } } Jump to top Permalink Log in or register to post comments but which one change my size scale,rotation or translation Jump to top Permalink Log in or register to post comments The entire display section changes it. Just delete all the text in your old .json file and copy mine into yours Jump to top Permalink Log in or register to post comments it work but now my hammer is backward but I think I can fix it Jump to top Permalink Log in or register to post comments I think it is a problem with your texture Jump to top Permalink Log in or register to post comments so i want to make mine bigger but how do I change the display. and thankful for helping me Jump to top Permalink Log in or register to post comments I been trying to make it bigger can I make it bigger yes or no and how Jump to top Permalink Log in or register to post comments I don't know. Jump to top Permalink Log in or register to post comments ok thankul Jump to top Permalink Log in or register to post comments Pagination First page first Previous page previous Page 1 Current page 2
I have a problem oh no the size won't change and I put this code on the json { "parent": "item/handheld", "textures": { "layer0": "animellamashop:items/gideon" } }, "display": { "ground": { "rotation": [ 0, 0, 0 ], "translation": [ 0, 3, 0], "scale":[ 1, 1, 1 ] }, "fixed": { "rotation": [ 0, 0, 0 ], "translation": [ 0, 0, 0], "scale":[ 1, 1, 1 ] }, "thirdperson_righthand": { "rotation": [ 0, 90, 40 ], "translation": [ 0, 15, 2 ], "scale": [ 3.0, 3.0, 3.0 ] }, "firstperson_righthand": { "rotation": [ 0, 90, 40 ], "translation": [ 0, 15, 2 ], "scale": [ 2.0, 2.0, 2.0 ] }, "firstperson_lefthand": { "rotation": [ 0, 90, 40 ], "translation": [ 0, 15, 2 ], "scale": [ 3.0, 3.0, 3.0 ] } } and yay. How do I even change the size? Jump to top Permalink Log in or register to post comments
yes I lock the code and try. to make the scale bigger still not working :( Jump to top Permalink Log in or register to post comments
You formatted it wrong, it is: { "parent": "item/handheld", "textures": { "layer0": "animellamashop:items/gideon" }, "display": { "ground": { "rotation": [0, 0, 0], "translation": [0, 3, 0], "scale": [1, 1, 1] }, "fixed": { "rotation": [0, 0, 0], "translation": [0, 0, 0], "scale": [1, 1, 1] }, "thirdperson_righthand": { "rotation": [0, 90, 40], "translation": [0, 15, 2], "scale": [3.0, 3.0, 3.0] }, "firstperson_righthand": { "rotation": [0, 90, 40], "translation": [0, 15, 2], "scale": [2.0, 2.0, 2.0] }, "firstperson_lefthand": { "rotation": [0, 90, 40], "translation": [0, 15, 2], "scale": [3.0, 3.0, 3.0] } } } Jump to top Permalink Log in or register to post comments
but which one change my size scale,rotation or translation Jump to top Permalink Log in or register to post comments
The entire display section changes it. Just delete all the text in your old .json file and copy mine into yours Jump to top Permalink Log in or register to post comments
it work but now my hammer is backward but I think I can fix it Jump to top Permalink Log in or register to post comments
so i want to make mine bigger but how do I change the display. and thankful for helping me Jump to top Permalink Log in or register to post comments
I been trying to make it bigger can I make it bigger yes or no and how Jump to top Permalink Log in or register to post comments
I have a problem oh no the size won't change and I put this code on the json
{
"parent": "item/handheld",
"textures": {
"layer0": "animellamashop:items/gideon"
}
},
"display": {
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 3, 0],
"scale":[ 1, 1, 1 ]
},
"fixed": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 1, 1, 1 ]
},
"thirdperson_righthand": {
"rotation": [ 0, 90, 40 ],
"translation": [ 0, 15, 2 ],
"scale": [ 3.0, 3.0, 3.0 ]
},
"firstperson_righthand": {
"rotation": [ 0, 90, 40 ],
"translation": [ 0, 15, 2 ],
"scale": [ 2.0, 2.0, 2.0 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 90, 40 ],
"translation": [ 0, 15, 2 ],
"scale": [ 3.0, 3.0, 3.0 ]
}
}
and yay. How do I even change the size?
did you lock the code?
yes
yes I lock the code and try. to make the scale bigger still not working :(
You formatted it wrong, it is:
but which one change my size scale,rotation or translation
The entire display section changes it.
Just delete all the text in your old .json file and copy mine into yours
it work but now my hammer is backward but I think I can fix it
I think it is a problem with your texture
so i want to make mine bigger but how do I change the display. and thankful for helping me
I been trying to make it bigger can I make it bigger yes or no and how
I don't know.
ok thankul