Uploaded March 2026 | Updated September 2026, 2 weeks ago
Download the resource pack! modrinth.com/resourcepack/fullslide
Join my Community Discord!
discord.gg/EBEBtBVKCK
If you'd like to support me, consider tipping on Ko-Fi!
ko-fi.com/blockerlocker
Music provided by Ovani Sound, ineedmusic.co, and the Minecraft Creator Safe Playlist
#minecraft
Download the resource pack! modrinth.com/resourcepack/fullslide
Join my Community Discord!
discord.gg/EBEBtBVKCK
If you'd like to support me, consider tipping on Ko-Fi!
ko-fi.com/blockerlocker
Music provided by Ovani Sound, ineedmusic.co, and the Minecraft Creator Safe Playlist
#minecraft




![Pushing the Limits of Clones in Minecraft...
I cloned myself 18 times to build a house in under 30 seconds, creating the most satisfying TikTok of all time(?). Technically I also smashed the world record for fastest time to build a Minecraft house, but idk if clones are allowed in the rules...
Check out my TikTok here!
https://www.tiktok.com/@blockerlockeryt
Here are the amazing builds I used in my intro:
https://www.tiktok.com/@dev.nova/video/7250562293489012011
https://www.tiktok.com/@ryo0ota_pi/video/7215163673961123073
I used the Motion Capture mod to create the clones.
If you liked the video, please be sure to like and subscribe to see more from me in the future!
Join my Community Discord!
https://discord.gg/EBEBtBVKCK
If youd like to support me directly, consider joining my Patreon for behind-the-scenes content!
https://www.patreon.com/blockerlocker
ALL MUSIC:
Music: Driving to the Night by Frank Schroeter
Free download: https://filmmusic.io/song/8085-driving-to-the-night
Licensed under CC BY 4.0: https://filmmusic.io/standard-license
Firebugs [Minecraft]
Music: I Got A Stick [instrumental] (feat. Bryan Teoh) by Kevin MacLeod
Free download: https://filmmusic.io/song/10112-i-got-a-stick-instrumental-feat-bryan-teoh
Licensed under CC BY 4.0: https://filmmusic.io/standard-license
Prisma Cardware [Paper Mario: Color Splash]
Music: Chee Zee Caves V2 by Kevin MacLeod
Free download: https://filmmusic.io/song/3492-chee-zee-caves-v2
Licensed under CC BY 4.0: https://filmmusic.io/standard-license
Music: Race To Mars by WinnieTheMoog
Free download: https://filmmusic.io/song/10966-race-to-mars
Licensed under CC BY 4.0: https://filmmusic.io/standard-license
The Gadd Lab [Lets-A Go! by Louie Zong]
Music: Intro Stomp 1 by Frank Schroeter
Free download: https://filmmusic.io/song/8979-intro-stomp-1
Licensed under CC BY 4.0: https://filmmusic.io/standard-license
Music: Prosecution, action, trumpets by Sascha Ende
Free download: https://filmmusic.io/song/19-prosecution-action-trumpets
Licensed under CC BY 4.0: https://filmmusic.io/standard-license
Music: Before The Race by Justin Allan Arnold
Free download: https://filmmusic.io/song/11654-before-the-race
Licensed under CC BY 4.0: https://filmmusic.io/standard-license
To The Next Kingdom [Super Mario Odyssey]
Mario, World Traveler [Super Mario Odyssey]
Finish Out & Losing Results (Race) [Mario Kart Wii]
Steam Gardens [Super Mario Odyssey]
#minecraft
I Cloned Myself to Build a House in Minecraft Pushing the Limits of Clones in Minecraft...](https://i.ytimg.com/vi/SNsR1NLDj-s/mqdefault.jpg)




![Blocks Grows Diamonds? Profits. #minecraft
Here are the commands, Java Only! The grow rate has been made slower as compared to the one seen in the video, but can be tweaked by changing `chance` in the fifth command. Made in 26.1.1.
First, youll need to place a Repeating Command Block and 13 Chain Command Blocks (14 total), with the arrows facing into each other starting from the Repeating Command Block. Make sure all blocks are powered.
Then in each Command Block, starting with the Repeating Command Block, paste these commands in order.
execute as @e[type=item] if items entity @s contents diamond if data entity @s Thrower at @s if block ~ ~-1 ~ diamond_block align xyz positioned ~0.5 ~ ~0.5 unless entity @e[tag=diamond_crop,distance=..0.1] if block ~ ~ ~ #replaceable run summon item_display ~ ~ ~ {Tags:[diamond_crop,diamond_crop_root],Passengers:[{id:item_display,Tags:[diamond_crop],item:{id:diamond},transformation:[1,0,0,0,0,1,0,-0.25,0,0,0.01,0.25,0,1,0,1]},{id:item_display,Tags:[diamond_crop],item:{id:diamond},transformation:[1,0,0,0,0,1,0,-0.25,0,0,0.01,0.25,0,1,0,1],Rotation:[90,0]},{id:item_display,Tags:[diamond_crop],item:{id:diamond},transformation:[1,0,0,0,0,1,0,-0.25,0,0,0.01,0.25,0,1,0,1],Rotation:[180,0]},{id:item_display,Tags:[diamond_crop],item:{id:diamond},transformation:[1,0,0,0,0,1,0,-0.25,0,0,0.01,0.25,0,1,0,1],Rotation:[-90,0]},{id:interaction,Tags:[diamond_crop,diamond_crop_interact],width:1,height:0.5}],data:{grow_stage:[-1,0,1,2,3]}}
execute as @e[type=item] if items entity @s contents diamond if data entity @s Thrower at @s if block ~ ~-1 ~ diamond_block align xyz positioned ~0.5 ~ ~0.5 unless entity @e[tag=diamond_crop,tag=init,distance=..0.1] if block ~ ~ ~ #replaceable run playsound block.stone.break block @a ~ ~ ~ 0.75 1.75
execute as @e[type=item] if items entity @s contents diamond if data entity @s Thrower at @s if block ~ ~-1 ~ diamond_block align xyz positioned ~0.5 ~ ~0.5 unless entity @e[tag=diamond_crop,tag=init,distance=..0.1] if block ~ ~ ~ #replaceable run item modify entity @s contents {function:set_count,count:-1,add:1}
tag @e[tag=diamond_crop,tag=!init] add init
execute as @e[tag=diamond_crop_root] if predicate {condition:random_chance,chance:0.0005} run tag @s add grow
execute as @e[tag=diamond_crop_root,tag=grow] at @s on passengers store result entity @s transformation.translation[1] double 0.125 if data entity @n[tag=diamond_crop_root] data.grow_stage[0] run data get entity @n[tag=diamond_crop_root] data.grow_stage[0]
execute as @e[tag=diamond_crop_root,tag=grow] run data remove entity @s data.grow_stage[0]
execute as @e[tag=diamond_crop_root,tag=grow] unless data entity @s data.grow_stage[0] run tag @s add diamond_crop_full
tag @e[tag=diamond_crop_root,tag=grow] remove grow
execute as @e[tag=diamond_crop_interact] if data entity @s attack on vehicle unless entity @s[tag=diamond_crop_full] at @s run loot spawn ~ ~ ~ loot {pools:[{rolls:1,entries:[{type:item,name:diamond}]}]}
execute as @e[tag=diamond_crop_interact] if data entity @s attack on vehicle if entity @s[tag=diamond_crop_full] at @s run loot spawn ~ ~ ~ loot {pools:[{rolls:1,entries:[{type:item,name:diamond,functions:[{function:set_count,count:{min:3,max:6}}]}]}]}
execute as @e[tag=diamond_crop_interact] if data entity @s attack at @s run playsound block.stone.break block @a ~ ~ ~ 0.75 2
execute as @e[tag=diamond_crop_interact] if data entity @s attack at @s run particle item{item:{id:diamond}} ~ ~0.1 ~ 0.2 0.2 0.2 0 10
execute as @e[tag=diamond_crop_interact] if data entity @s attack at @s run kill @e[tag=diamond_crop,distance=..0.1]
Now you can drop Diamonds onto Diamond Blocks to plant the Diamond Crops, and over time, they will grow into Diamond Buds that will drop 3-6 Diamonds each!
Dont forget to stand on each Command Block and run /forceload add ~ ~ to make sure they stay loaded, otherwise it stops working when you get too far away! And run /gamerule command_block_output false so it doesnt spam the chat.
Confused? Join my Community Discord!
https://discord.gg/EBEBtBVKCK
If youd like to support me, consider tipping on Ko-Fi!
https://ko-fi.com/blockerlocker
Music provided by Ovani Sound, ineedmusic.co, and the Minecraft Creator Safe Playlist
#minecraft Blocks Grows Diamonds? Profits. #minecraft](https://i.ytimg.com/vi/UPVyrT1_mmY/mqdefault.jpg)
