Ive been trying to put a command into a command block and I keep getting the issue "Encountered multiple top tags, only one expected" The code I am trying to enter is to spawn a random colored horse (not just white) that can jump 5 blocks high. This is the code I have tried:
Ive been trying to put a command into a command block and I keep getting the issue "Encountered multiple top tags, only one expected" The code I am trying to enter is to spawn a random colored horse (not just white) that can jump 5 blocks high. This is the code I have tried:
/summon EntityHorse ~ ~1 ~ {Type:0,Tame:1},{Attributes:[{Name:horse.jumpStrength,Base:1.0}]}
SO the current issues im having with this code are:
1. It is encountering "multiple top tags, only one expected"
2. It would only spawn white horses, if it did work.