1

How do you use Data values in Minecraft

MineBeast9182 1/12/19 9:28 am
316
1/14/2019 5:05 am
I'm trying to use data values in Minecraft to get spawn eggs that spawn custom mobs from lots of command blocks but it won't work
Posted by
MineBeast9182
Level 11 : Journeyman Architect
2

  Have something to say?

JoinSign in

2

Gilran
01/14/2019 5:05 am
Level 26 : Expert Fisherman
I recommend this site to make your work easier:
1.8 - 1.12.2 >> https://mcstacker.bimbimma.com/
1.13 >>
https://mcstacker.net/
1
Thonck
01/12/2019 11:42 am
Level 21 : Expert System
For version 1.13, here's how you can get a spawn egg that spawns a zombie with a sword stone, leather boots, and leather helmet:

/give @p minecraft:zombie_spawn_egg{EntityTag:{HandItems:[{id:"minecraft:stone_sword",Count:1b,tag:{Unbreakable:1b}},{}],HandDropChances:[0.0F,0.85F],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{Unbreakable:1b}},{},{},{id:"minecraft:leather_helmet",Count:1b,tag:{Unbreakable:1b}}],ArmorDropChances:[0.0F,0.85F,0.85F,0.0F]}} 1
1

Welcome