214: Proximity Mine. [Minecraft Map Making]
Ep214: Using a spawn egg to create a proximity mine. When placed the block it's on is highlighted for a moment, and it shows some particles so players can see where it's placed.
You may also be interested in:
Episode 143: Angry Bees: https://youtu.be/xdh_D3FFddI
Episode 163: Angry Iron Golems: https://youtu.be/INVdcsK6kxE
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:
Give mine:
IUN: give @p bat_spawn_egg{display:{Name:'{"text":"Proximity Mine"}'},EntityTag:{id:"marker",Tags:["proxMine", "init"]}}
Remove mines:
IUN: kill @e[tag=proxMine]
Controller TnT:
RUA: execute at @e[tag=init] run summon falling_block ~ ~-1 ~ {Time:580, DropItem:0b, BlockState:{Name:"minecraft:red_stained_glass"}, NoGravity:1b, Glowing:0b, Tags:["blockHighlight"]}
CCA: tag @e[tag=init] remove init
CUA: execute at @e[tag=proxMine] run particle ash ~ ~.01 ~ 0.17 0 0.17 0 2
CUA: execute as @e[tag=proxMine] at @s if entity @a[distance=0..1] run tag @s add explode
CCA: execute at @e[tag=explode] run summon tnt ~ ~-1 ~ {Fuse:0}
CCA: kill @e[tag=explode]
Controller Terrain Safe:
RUA: execute at @e[tag=init] run summon falling_block ~ ~-1 ~ {Time:580, DropItem:0b, BlockState:{Name:"minecraft:red_stained_glass"}, NoGravity:1b, Glowing:0b, Tags:["blockHighlight"]}
CCA: tag @e[tag=init] remove init
CUA: execute at @e[tag=proxMine] run particle ash ~ ~.01 ~ 0.17 0 0.17 0 2
CUA: execute as @e[tag=proxMine] at @s if entity @a[distance=0..1] run tag @s add explode
CCA: execute at @e[tag=explode] run playsound minecraft:entity.generic.explode master @a ~ ~ ~ 1 1 0
CCA: execute at @e[tag=explode] run particle minecraft:explosion ~ ~0.5 ~ 0.3 0.3 0.3 0.2 100
CCA: execute at @e[tag=explode] as @a[distance=0..5] run effect give @s instant_damage 1 1 true
CCA: kill @e[tag=explode]
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.