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, you’ll 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!
Don’t 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 doesn’t spam the chat.
Confused? Join my Community Discord!
https://discord.gg/EBEBtBVKCK
If you’d 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
49 Comments
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, you'll 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!
Don't 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 doesn't spam the chat.
Confused? Join my Community Discord!
https://discord.gg/EBEBtBVKCK
High cost
High reward
Make if you mine a daimond into limbo
I want the car to say "MARRY ME BLOCKERLOCKERYT" someday… This will be funny.
It should work with fortune :v
how make to drop more diamonds?
Me: can not figure out basic commands. This guy: coding growing dimonds
This guy made texture pack in vanilla minecraft
I went into creative once and used world edit to mine my entire world up to the border thats were i built my base know as the great wall of pug
gambling is good
Just add The End update at this point
I bet you cant make command can do (Skeletons have Limited amount of arrows and they run iut of arrow they run for arrows to retrieve them)
Bros bringing back only one commands
Holy top 3 extreme demon reference!
DAY 1 OF REQUESTING TO MAKE A GUIDED PHANTOM WHICH BLOWS UP IN CONTACT WITH TERRAIN✌️🥀
Nahh you had to make a diamond tree with has a 5% chance of spawning which garuteed drops a diamond sapling
Did he just say mojang with a silent j…
Botted ass title you got here🙏
Can you copy your self using commands?
Mystical agriculture and GeOde mod exists
And now u realize u can have inf of them
You should make it so the diamond block can only grow diamonds 2 times that way its not over powered but not useless either
🫣
🐬🐬🐬🐬🐬🐬
Is it possible to make a command that gives U something like a loot box when U get a achievement
Bro, How you are this good???
The machine of Infinite Content
I was thinking of chorus fruit blocks that grows diamonds
You only need 10 diamonds
Mystic agriculture
I would do it where you make farmland and theres a new item called diamond seeds and when they grow it makes 4 diamonds
All vanilla btw XD
its not overpowered, you need diamond BLOCKS to start the process, make it netherite blocks for fair play
Ts looks ahh maybe you should do it like chorus
Sir you want me to waste my diamonds in diamonds..?
To become rich you first have to be rich
Bro rlly made the just dire things budding amethyst blocks
they also work with your knees! try saying "knee grows diamonds".
Now make it grow offline
Make the crafting recipe of the diamond to place it down use eight diamonds and one totem of undying
make it grow offline
Is this actually how the old mod is? The Tower of Command Block thingies??
How did you make the slot machine?
infinite diamonds
To make it not OP, you should make it that you can only do it once
make it grow offline
Bro like how r u a mc command genius or something
Close enough
Welcome back mystical agricultural
can you make a command, where if you right click a mob you "transform" into it and you can controll the mob, whils your player is invis. so basically morph mod, i'm subscribed (im sending this in alot of your videos)