187: Mario Thwomp - basic prototype. [Minecraft Map Making]
Ep187: A first attempt at making a Thwomp from Mario.
Java Version: 1.19
Commands, builds and ideas for people making their own Minecraft maps.
Check out my collabs on Coppit's channel: https://www.youtube.com/c/CoppitJ
Join the CoppitCraft server that I play on and the Discord where I hang out.
Server IP: 51.81.246.145:25588
Discord: 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.
Commands used:
Kill Thwomp:
IUN: execute as @e[tag=thwomp] at @s run tp @s ~ -2112 ~
Summon Thwomp:
IUN: execute run summon armor_stand ~2 ~-1.9813 ~ {Tags:["thwomp","up"],NoGravity:1b,Invulnerable:1b,Invisible:1b,
Passengers:[{id:"minecraft:shulker",NoAI:1b,Silent:1b,NoGravity:1b,Invulnerable:1b,ActiveEffects:[{Id:14,Amplifier:1,Duration:1000000,ShowParticles:0b}],
Tags:["thwomp"],DeathLootTable:"empty"},{id:"falling_block",NoGravity:1,Time:-1000000,DropItem:0,BlockState:{Name:"minecraft:gray_wool"},Tags:["thwomp"]}]}
Controller:
RUA: execute as @e[tag=thwomp,tag=up] at @s run tp ~ ~0.05 ~
CUA: execute as @e[tag=thwomp,tag=up] at @s if entity @s[y=60.5,dy=0] run tag @s add down
CUA: execute as @e[tag=thwomp,tag=up] at @s if entity @s[y=60.5,dy=0] run tag @s remove up
CCA: tag @a remove splatted
CUA: execute as @e[tag=thwomp,tag=down] at @s run tp ~ ~-0.5 ~
CUA: execute as @e[tag=thwomp,tag=down] at @s if entity @s[y=54,dy=0] run tag @s add up
CUA: execute as @e[tag=thwomp,tag=down] at @s if entity @s[y=54,dy=0] run tag @s remove down
CCA: execute positioned 15 55 286 run playsound minecraft:block.anvil.place master @a ~ ~ ~ 1 1 0
CUA: execute at @e[tag=thwomp] as @a[distance=..0.3,tag=!splatted] run effect give @s instant_damage 1 0 true
CUA: execute at @e[tag=thwomp] as @a[distance=..0.3] run tag @p add splatted
Other Videos By Infernal Device
Other Statistics
Minecraft Statistics For Infernal Device
At present, Infernal Device has 182,428 views spread across 865 videos for Minecraft, accounting for over 10 days of watchable video on his channel. This is 94.82% of the total watchable video for Minecraft on Infernal Device's YouTube channel.