385: Item racing and item frogs. [Minecraft Map Making]

Опубликовано: 29 Март 2026
на канале: Infernal Device
289
18

Membership:    / @infernaldevice  
Ep385: Erm, I have no excuse for why this is so silly. Maybe someone can find a use for it. :D

00:00 Intro
02:00 Setup
02:20 Controller - item frogs
07:50 Controller - item racing

Version: 1.21

Random command added: 1.20.2

Commands, builds 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 value dummy

Controller - Random:
RUA: scoreboard players add .timer value 1
CUA: execute if score .timer value matches 21.. store success score .timer value store result score .random value run random value 0..3
CUA: execute if score .timer value matches 1 if score .random value matches 0 run data merge entity @e[type=item, limit=1, sort=random] {Motion:[0.1,0.25,0.0]}
CUA: execute if score .timer value matches 1 if score .random value matches 1 run data merge entity @e[type=item, limit=1, sort=random] {Motion:[-0.1,0.25,0.0]}
CUA: execute if score .timer value matches 1 if score .random value matches 2 run data merge entity @e[type=item, limit=1, sort=random] {Motion:[0.0,0.25,0.1]}
CUA: execute if score .timer value matches 1 if score .random value matches 3 run data merge entity @e[type=item, limit=1, sort=random] {Motion:[0.0,0.25,-0.1]}

Controller - Item race:
RUA: scoreboard players add .timer value 1
CUA: execute if sc