CommandBlock Résolu Monstre customisé, la tête ne s'affiche pas [1.11.2 & 1.12]

Thomas zi Britannia

Fondateur de Luceatolya. SRV MC-RôlePlay in dev...
13 Mai 2017
75
7
51
26
Nantes
discord.gg
Bonsoir,

Voilà j'ai un petit problème, j'essai de faire des mobs custominser tout en leurs mettant des tête customiser pour les rendre encore plus badass mais cette dernière ne s'affiche pas.

voici mon code dans le block :
Code:
/give @p spawn_egg 1 0 {EntityTag:{id:"minecraft:wither_skeleton",CustomName:Neander,CustomNameVisible:1,PersistenceRequired:1b,CanPickUpLoot:1b,Health:20,Attributes:[{Name:"generic.followRange",Base:65},{Name:"generic.attackDamage",Base:4}],HandItems:[{id:"minecraft:stone_axe",Count:1},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1,tag:{display:{color:5190176}}},{id:"minecraft:leather_leggings",Count:1,tag:{display:{color:5058591}}},{id:"minecraft:leather_chestplate",Count:1,tag:{display:{color:5190176}}},{id:"minecraft:skull",Damage:3,tag:{SkullOwner:Youtube}}]}}

A noter : si vous avez des plugins permettant de faire des mobs customiser facilement (bien complet) en pouvant modifier déplacement, bruitages, attaques, vie effet etc ... je suis preneur.

Merci d'avance !
Cordialement.
 
Bon, après avoir longtemps décomposé ta commande, j'ai trouvé x')
Code:
/give @p spawn_egg 1 0 {EntityTag:{id:"minecraft:wither_skeleton",CustomName:Neander,CustomNameVisible:1,PersistenceRequired:1b,CanPickUpLoot:1b,Health:20,Attributes:[{Name:"generic.followRange",Base:65},{Name:"generic.attackDamage",Base:4}],HandItems:[{id:"minecraft:stone_axe",Count:1},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1,tag:{display:{color:5190176}}},{id:"minecraft:leather_leggings",Count:1,tag:{display:{color:5058591}}},{id:"minecraft:leather_chestplate",Count:1,tag:{display:{color:5190176}}},{id:"minecraft:skull",Count:1,Damage:3,tag:{SkullOwner:"Youtube"}}]}}
Tu avais juste oublié de spécifié le "Count" ^^
 
  • J'aime
Reactions: Thomas zi Britannia