1

How do I spawn an armor stand holding an untextured item in 1.12.2?

Thehedgehog321 12/3/19 6:13 pm
639
12/4/2019 11:01 am
I am trying to make an armor stand hold 65 of an untextured item that I can then grab to have in my inventory. I have gotten the 65 of one item part working, but am not sure how to make it hold an untextured item. I am on Java Edition 1.12.2. Any help is appreciated.
Posted by
Thehedgehog321
Level 1 : New Miner
0

  Have something to say?

JoinSign in

2

dreamCritting
12/04/2019 4:59 am
She/Her • Level 77 : Legendary Modder
Just have a block id that is too high,

so for example /give <player> minecraft:egg 64 64

That should give you an untextured item
1
Thehedgehog321
12/04/2019 11:01 am
Level 1 : New Miner
I know how to do that, but what im trying to do is make an armor stand hold more than 64 of an untextured item in its hand. Then I could pick it up and have 65 of an untextured item. The problem is the item its holding always has a texture. I am using a /summon command with the HandItems NBT tag.
1

Welcome