weapon size option

Started by llamamod1234 on

Topic category: Feature requests and ideas for MCreator

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
weapon size option

I would like Mcreator to add a option to change the size of a weapon or item

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have a problem oh no the…
Sun, 03/01/2020 - 03:41

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?

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yes I lock the code and try…
Sun, 03/01/2020 - 03:53

yes I lock the code and try. to make the scale bigger still not working :(

Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You formatted it wrong, it…
Sun, 03/01/2020 - 04:06

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]
		}
	}
}

 

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
but which one change my size…
Sun, 03/01/2020 - 04:09

but which one change my size scale,rotation or translation

Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The entire display section…
Sun, 03/01/2020 - 04:10

The entire display section changes it.

Just delete all the text in your old .json file and copy mine into yours

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it work but now my hammer is…
Sun, 03/01/2020 - 04:12

it work but now my hammer is backward but I think I can fix it

Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think it is a problem with…
Sun, 03/01/2020 - 04:13

I think it is a problem with your texture

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
so i want to make mine…
Sun, 03/01/2020 - 04:14

so i want to make mine bigger but how do I change the display. and thankful for helping me

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I been trying to make it…
Sun, 03/01/2020 - 04:44

I been trying to make it bigger can I make it bigger yes or no and how