406: Shrink Ray. [Minecraft Map Making]
Membership: / @infernaldevice
Ep406: Shrinking down those pesky mobs. Although making them smaller does just make the harder to hit.
00:00 Intro
00:55 Setup
01:15 Give item
02:15 Controller - slowcast
10:00 Controller - effect
17:30 Waffling
Version: 1.21
Attribute Wiki: https://minecraft.wiki/w/Attribute
Commands, builds, hacks and ideas for people making their own Minecraft maps.
Check out my collabs on Coppit's channel: / coppitj
Join the CoppitCraft server that I play on and the Discord where I hang out.
Server IP: 51.81.246.145:25588
Discord: / discord
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:
Setup:
IUN: scoreboard objectives add used_coas used:carrot_on_a_stick
Give:
IUN: give @p carrot_on_a_stick[item_name='"Shrink Stick"', custom_data={shrink:ray}]
Controller - slowcast:
RUA: execute as @a[scores={used_coas=1..}] if items entity @s weapon.mainhand carrot_on_a_stick[custom_data~{shrink:ray}] at @s anchored eyes positioned ^ ^ ^0.5 run summon area_effect_cloud ~ ~ ~ {Tags:["slowcast", "init"], Duration:20}
CCA: execute at @a[scores={used_coas=1..}] run playsound entity.bat.takeoff master @a ~ ~ ~ 1 1 0
CUA: scoreboard players reset @a used_coas
CUA: execute at @e[tag=slowcast] run particle dust{color:[1,1,1], scale:1} ~ ~ ~ 0.1 0.1 0.1 0 1
CUA: execute as @e[tag=init] at @s rotated as @p run tp @s ~ ~ ~ ~ ~
CUA: tag @e[tag=init] remove init
CUA: execute as @e[tag=slowcast] at @s run tp ^ ^ ^0.9
Controller - effect:
RUA: execute at @e[type=area_effect_cloud, tag=slowcast] positioned ~ ~-1 ~ run tag @e[type=!player, type=!area_effect_cloud, distance=..1] add target
CCA: execute at @e[tag=target] run kill @e[type=area_effect_cloud, tag=slowcast, sort=nearest, limit=1]
CUA: attribute @e[tag=target, limit=1] minecraft:generic.scale base set 0.5
CUA: execute at @e[tag=target] run playsound block.amethyst_block.break master @a ~ ~ ~ 1 1 0
CUA: execute at @e[tag=target] run particle smoke ~ ~1 ~ 0.3 0.3 0.3 0 100
CUA: tag @e[tag=target] remove target
Other Videos By Infernal Device
Other Statistics
Minecraft Statistics For Infernal Device
At present, Infernal Device has 182,018 views spread across 862 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.