441: Armadillo hockey. [Minecraft Map Making]
Membership:
Ep441: Playing hockey with armadillos. Don't tell PETA.
00:00 Intro
00:30 Give hockey stick
01:55 Summon armadillo
02:30 Armadillo spawn egg
03:40 Controller
04:45 Armadillo slapping commences
Version: 1.21
Idea by: Fri
Commands, builds, hacks and ideas for people making their own Minecraft maps.
Check out my collabs on Coppit's channel:
The Discord server I am usually on: https://discord.gg/amU84KykEu
The following commands are prefixed with three letters which represent the settings of the command block. E.g IUN: = Impulse Unconditional Needs_Redstone. These prefixes need to be removed if copying the commands.
Since angled brackets are not allowed in YouTube descriptions you will have to replace "greater than" and "less than" with the appropriate angled bracket.
Commands used:
Give hockey stick:
IUN: give @p breeze_rod[item_name='"Hockey Stick"',enchantments={levels:{"minecraft:knockback":3},show_in_tooltip:false}]
Summon:
IUN: summon minecraft:armadillo ~ ~ ~2 {Tags:["ball"]}
Egg:
IUN: give @p armadillo_spawn_egg[item_name='"Spawn Hockey Puck"',entity_data={id:"minecraft:armadillo",Tags:["ball"]}]
Controller:
RUA: execute as @e[type=armadillo, tag=ball] run data merge entity @s {Silent:true, state:"scared"}