317: Grow crops faster with a sprinkler. [Minecraft Map Making]
Ep317: A cool sprinkler to speed up the growth of crops placed around it.
Similar video: Episode 315 - Experiments with accelerated crop growth: • 315: Experiments with accelerated cro...
Version: 1.19.4
Commands by: GalSergey
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" with the appropriate angled bracket. Ascii code: 62
Commands used:
Setup:
IUN: scoreboard objectives add sprinkler dummy
CUA: scoreboard objectives add sprinkler.id dummy
Give Spawn Egg:
IUN: give @p slime_spawn_egg{display:{Name:'{"text":"Sprinkler"}'}, EntityTag:{id:"minecraft:item_display", Tags:["sprinkler"], item:{id:"minecraft:lightning_rod",Count:1b},
transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[0f,0.25f,0f],scale:[0.5f,0.5f,0.5f]}}}
Controller:
RUA: execute as @e[type=item_display,tag=sprinkler] unless score @s sprinkler.id = @s sprinkler.id store result score @s sprinkler.id run scoreboard players add #id_holder sprinkler.id 1
CUA: execute at @e[type=item_display,tag=sprinkler] run particle falling_water ~ ~0.5 ~ 0.01 0.2 0.01 0 3
CUA: scoreboard players add @e[type=item_display,tag=sprinkler] sprinkler 1
CUA: execute as @e[type=item_display,tag=sprinkler,scores={sprinkler=10..}] at @s store success score @s sprinkler summon area_effect_cloud store success score @s sprinkler run scoreboard players operation @s sprinkler.id = @e[type=item_display,tag=sprinkler,distance=...1,limit=1] sprinkler.id
CUA: execute as @e[type=area_effect_cloud,scores={sprinkler=1}] at @s run spreadplayers ~ ~ 0 4 false @s
CUA: execute as @e[type=area_effect_cloud,scores={sprinkler=1}] positioned as @e[type=item_display,tag=sprinkler] if score @s sprinkler.id = @e[type=item_display,tag=sprinkler,distance=...1,limit=1] sprinkler.id run data modify entity @s Pos[1] set from entity @e[type=item_display,tag=sprinkler,distance=...1,limit=1] Pos[1]
CUA: execute at @e[type=area_effect_cloud,scores={sprinkler=1}] run particle splash ~ ~ ~ 0.2 0.2 0.2 0 100
CUA: execute at @e[type=area_effect_cloud,scores={sprinkler=1}] run fill ~ ~ ~ ~ ~ ~ minecraft:carrots[age=7] replace minecraft:carrots[age=6]
CUA: execute at @e[type=area_effect_cloud,scores={sprinkler=1}] run fill ~ ~ ~ ~ ~ ~ minecraft:carrots[age=6] replace minecraft:carrots[age=5]
CUA: execute at @e[type=area_effect_cloud,scores={sprinkler=1}] run fill ~ ~ ~ ~ ~ ~ minecraft:carrots[age=5] replace minecraft:carrots[age=4]
CUA: execute at @e[type=area_effect_cloud,scores={sprinkler=1}] run fill ~ ~ ~ ~ ~ ~ minecraft:carrots[age=4] replace minecraft:carrots[age=3]
CUA: execute at @e[type=area_effect_cloud,scores={sprinkler=1}] run fill ~ ~ ~ ~ ~ ~ minecraft:carrots[age=3] replace minecraft:carrots[age=2]
CUA: execute at @e[type=area_effect_cloud,scores={sprinkler=1}] run fill ~ ~ ~ ~ ~ ~ minecraft:carrots[age=2] replace minecraft:carrots[age=1]
CUA: execute at @e[type=area_effect_cloud,scores={sprinkler=1}] run fill ~ ~ ~ ~ ~ ~ minecraft:carrots[age=1] replace minecraft:carrots[age=0]
Other Videos By Infernal Device
Other Statistics
Minecraft Statistics For Infernal Device
At present, Infernal Device has 181,967 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.