221: Spider queen and hatchlings. [Minecraft Map Making]

Subscribers:
4,230
Published on ● Video Link: https://www.youtube.com/watch?v=PdiMNeerCKM



Minecraft
Game:
Minecraft (2011)
Duration: 24:26
98 views
16


Ep221: Creating a spider queen that drop eggs which hatch into cave spiders and have particles showing how long until they hatch.

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:

Version: 1.19.4

Setup:
IUN: scoreboard objectives add timer dummy

Summon:
IUN: summon spider ~ ~ ~2 {Tags:["spiderQueen"]}

Kill:
IUN: execute as @e[tag=spiderQueen] at @s run tp @s ~ -2112 ~
CUA: kill @e[tag=spiderEgg]

Init Controller:
IUN: scoreboard players set #eggDropMax timer 100
CUA: scoreboard players set #rangeConst timer 100
CUA: scoreboard players set #minDelay timer 100

Controller:
RUA: scoreboard players add #spiderQueen timer 1
CUA: execute if score #spiderQueen timer "greater than"= #eggDropMax timer run scoreboard players reset #spiderQueen timer
CCA: execute at @p 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 #eggDropMax timer = #randomNumber timer
CCA: scoreboard players operation #eggDropMax timer += #minDelay timer

CCA: execute at @e[tag=spiderQueen, sort=random, limit =1] run summon item_display ~ ~0.5 ~ {Tags:["spiderEgg"],item:{id:"minecraft:turtle_egg",Count:1}}
CUA: scoreboard players add @e[tag=spiderEgg] timer 1
CUA: execute at @e[tag=spiderEgg, scores={timer=0..100}] run particle dust 0.5 .9 0.1 1 ~0.1 ~-0.4 ~0.1 0.01 0.001 0.01 0 1
CUA: execute at @e[tag=spiderEgg, scores={timer=101..200}] run particle dust 0.9 0.7 0.1 1 ~0.1 ~-0.4 ~0.1 0.01 0.001 0.01 0 1
CUA: execute at @e[tag=spiderEgg, scores={timer=201..300}] run particle dust 1 0 0 1 ~0.1 ~-0.4 ~0.1 0.01 0.001 0.01 0 1
CUA: execute at @e[tag=spiderEgg, scores={timer=301}] run playsound minecraft:entity.turtle.egg_hatch master @a ~ ~ ~ 1 1 0
CUA: execute at @e[tag=spiderEgg, scores={timer=301}] run particle campfire_cosy_smoke ~0.1 ~ ~0.1 0.1 0.1 0.1 0 5
CUA: execute at @e[tag=spiderEgg, scores={timer=301}] run summon cave_spider ~ ~ ~ {Tags:["hatchling"]}
CUA: kill @e[tag=spiderEgg, scores={timer=301}]







Tags:
minecraft
adventure map
map making
commands
command blocks
1.18
custom commands
redstone
map ideas
map suggesstions
custom maps
1.19



Other Statistics

Minecraft Statistics For Infernal Device

At present, Infernal Device has 184,447 views spread across 877 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.