Guide-API

Guide-API

76M Downloads

Spawn eggs with nbt data not working

Trhod17 opened this issue ยท 3 comments

commented

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

commented

That constructor specifies size and meta. Not NBT. You are not creating that stack properly.

commented

16 is the size of the stack and 120 is the meta

commented

Neither of which are NBT