mojira.dev

You cant add data to items in 1.9! e.g. It wont let me spawn in Blaze spawn eggs (/give @p minecraft:spawn_egg 1 61) or give enchanted item (give @p minecraft:diamond_sword 1 0 {ench:{id:16,lvl:100}}) please fix I cant make my custom map now!!!!

Comments 2

Spawn eggs changed, make sure you're using the right structure for /give.

For the spawn egg it is:

/give @p spawn_egg 1 0 {EntityTag:{id:Blaze}}

For the sword you were missing the square brackets as the ench tag is a list:

/give @p minecraft:diamond_sword 1 0 {ench:[{id:16,lvl:100}]}

Frederick Wood

(Unassigned)

Unconfirmed

Minecraft 15w35b

Retrieved