219: Creeper randomly drops Mario Bob-ombs. [Minecraft Map Making]
Ep219: Making a creeper that randomly drops little bob-ombs which explode when a player gets near.
Minecraft Heads Database: https://minecraft-heads.com/
Java Version: 1.19.4
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.
Since angled brackets are not allowed in YouTube descriptions you will have to replace "greater than" with the appropriate angled bracket. Ascii code: 62
Commands used:
Setup:
IUN: scoreboard objectives add timer dummy
Create the creeper:
IUN: summon creeper ~ ~ ~2 {Tags:["bombCreeper"]}
Kill creeper:
execute as @e[tag=bombCreeper] at @s run tp @s ~ -2112 ~
Init Controller:
IUN: scoreboard players set #bombCreeperMax timer 100
CUA: scoreboard players set #rangeConst timer 100
CUA: scoreboard players set #minDelay timer 100
Controller:
RUA: scoreboard players add #bombCreeper timer 1
CUA: execute if score #bombCreeper timer "greater than"= #bombCreeperMax timer run scoreboard players reset #bombCreeper timer
CCA: execute at @a summon area_effect_cloud store result score #randomNumber timer run data get entity @s UUID[0]
CCA: scoreboard players operation #randomNumber timer %= #rangeConst timer
CCA: scoreboard players operation #bombCreeperMax timer = #randomNumber timer
CCA: scoreboard players operation #bombCreeperMax timer += #minDelay timer
CCA: execute at @e[tag=bombCreeper, sort=random, limit =1] run summon item_display ~ ~0.5 ~ {transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[0f,0f,0f],scale:[1f,1f,1f]},Tags:["bob-omb"],item:{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:{ Id:[I;-1365676247,-2029432989,-1321142647,-460410509], Properties:{ textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmQzNzUzY2QxZjRjNDkyM2ZlOWM3ZmZiNWZjZTExNGYzYWI5ODBjNzU2NDQ2NDYxZDNiNDczMzIyZGE4ZDE0YiJ9fX0="}]}}}}}
CUA: execute at @e[tag=bob-omb] run particle smoke ~ ~.01 ~ 0.01 0.05 0.01 0 1
CUA: execute as @e[tag=bob-omb] 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..1] run damage @s 6 minecraft:explosion by @e[tag=explode,limit=1]
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.