Spawn eggs with nbt data not working
Trhod17 opened this issue ยท 3 comments
second times the charm.
i am making a mod and i am trying to make a guide book but the spawn eggs dont work they are just white
new ItemStack(Items.SPAWN_EGG,16,120
that is what i have for my spawn eggs
That constructor specifies size and meta. Not NBT. You are not creating that stack properly.