How can I make a Giant with full diamond armor (Protection IV) riding a bat with spawner
//ads -- adsterra.com -- native banner
?>
I was watching YouTube when I found a giant zombie that I liked. I wanted it to have full diamond armour with Protection IV, riding a bat + have a mob spawner for it
Best Answer
The pure summoning should be (1.7):
/summon Giant ~ ~1 ~ {Equipment:[{},{id:313},{id:312},{id:311},{id:310}],PersistenceRequired:1,ActiveEffects:[{Id:11,Amplifier:4,Duration:2147483647}],Riding:{id:"Bat",PersistenceRequired:1,ActiveEffects:[{Id:11,Amplifier:4,Duration:2147483647}]}}
or 1.8:
/summon Giant ~ ~1 ~ {Equipment:[{},{id:diamond_boots},{id:diamond_leggings},{id:diamond_chestplate},{id:diamond_helmet}],PersistenceRequired:1,ActiveEffects:[{Id:11,Amplifier:4,Duration:2147483647}],Riding:{id:"Bat",PersistenceRequired:1,ActiveEffects:[{Id:11,Amplifier:4,Duration:2147483647}]}}
The code for the spawner (1.7):
/setblock ~ ~1 ~ minecraft:mob_spawner 0 replace {EntityId:Giant,SpawnData:{Equipment:[{},{id:313},{id:312},{id:311},{id:310}],PersistenceRequired:1,ActiveEffects:[{Id:11,Amplifier:4,Duration:2147483647}],Riding:{id:"Bat",PersistenceRequired:1,ActiveEffects:[{Id:11,Amplifier:4,Duration:2147483647}]}}}
or 1.8:
/setblock ~ ~1 ~ minecraft:mob_spawner 0 replace {EntityId:Giant,SpawnData:{Equipment:[{},{id:diamond_boots},{id:diamond_leggings},{id:diamond_chestplate},{id:diamond_helmet}],PersistenceRequired:1,ActiveEffects:[{Id:11,Amplifier:4,Duration:2147483647}],Riding:{id:"Bat",PersistenceRequired:1,ActiveEffects:[{Id:11,Amplifier:4,Duration:2147483647}]}}}
I think it is obvious that you need a commandblock. Please try the summon-cmds to test if this is what you want.
Pictures about "How can I make a Giant with full diamond armor (Protection IV) riding a bat with spawner"



How do you summon a giant with armor in Minecraft?
Simple, run a command using the Equipment[] tag, or whatever that JSON stuff is. Here's an example. You can add things onto it such as armor, mob heads, and it can hold any item. This summons a Skeleton with full diamond armor, and a diamond sword.How do you summon a skeleton with full diamond armor?
To summon this massive creature, the syntax is as follows: "/summon giant [pos] [nbt]." Although the position tags are optional, they will help the entity go where the player wants. Fortunately, there are no other giant entities in Minecraft. That's why the "giant" tag is all that is required to summon a Giant Zombie.Minecraft 1.16.5: How to summon a custom mob with armor and weapon
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Geometric Photography, RUN 4 FFWPU, Emran Omar, Sergey Platonov
