Minecraft: Command Block Tutorial - Grill! (Part 2)

preview_player
Показать описание
★ Remember to *SNAP* that like button if you enjoyed the video ★

Welcome to MrCrayfish's Command Block Tutorials!. In this tutorial today, MrCrayfish will show you how to build a Grill! This will surely impress your friends! If you enjoyed this tutorial, please leave a thumbs up, comment and subscribe!

★ Cray's Network ★

★ Cray's Social Media Links ★
● Snapchat: mrcrayfish

● Commands (Make sure you update coordinates):

# Tests for fire, if so, set powered activator rail #

/testforblock -213 68 302 minecraft:fire
/setblock -213 70 302 minecraft:activator_rail powered=true,shape=east_west

# Tests for fire, if not, set unpowered activator rail #

/testforblock -209 60 304 minecraft:repeating_command_block -1 {SuccessCount:0}
/setblock -213 70 302 minecraft:activator_rail shape=east_west

# Tests for anything cooking, if so, spawn smoke particle #

/testfor @e[x=-213,y=70,z=302,r=1,type=minecraft:armor_stand]
/particle smoke -213 70.2 302 0 0 0 1

# Tests for anything cooking, if not, check for beef item. If found, kill beef item and spawn armour stand holding beef #

/testforblock -209 60 302 minecraft:repeating_command_block -1 {SuccessCount:0}
/testforblock -213 70 302 minecraft:activator_rail powered=true
/testfor @e[x=-213,y=70,z=302,r=1,type=Item] {Item:{id:minecraft:beef,Count:1b}}
/kill @e[x=-213,y=70,z=302,r=1,type=Item] {Item:{id:minecraft:beef,Count:1b}}
/summon minecraft:armor_stand -212.1 69.3 302.25 {Invisible:1b,Invulnerabler:1b,NoGravity:1b,ShowArms:1b,HandItems:[{id:minecraft:beef,Count:1b},{}],DisabledSlots:2039583,Pose:{RightArm:[0f,0f,0f]}}
/setblock -209 59 300 minecraft:chest 0 replace
Рекомендации по теме
Комментарии
Автор

if you actually know some commands and also some commands that are extra useful with a command block and you actually listen and acknowledge every command he types in, you find out that wouldn't be too difficult to make yourself

domcii
Автор

Very informational tutorial. It was very easy to follow and really expanded my knowledge on command blocks. Thanks Mr Snipper

iHIMMA
Автор

I'm watching this when 1.14 came out, and I think I'll be able to convert the commands into 1.14 format, especially considering that they removed /testfor and /testforblock

lynzzyr
Автор

MrCrayFish can you do more then one item for one griller or is it just one meat a griller?

lillrice
Автор

by any means can ya do this for other foodstuffs

cyrilespejo
Автор

MrCrayFish you should do more command block creations things


ikdachtandries
Автор

Nice video, when you are do the blender tutorial?

shaysinai
Автор

hey mr. crayfish if u are seeing this I ask one question will u try to make the grill an add on for the mobile version maybe??

manlinessgirl
Автор

Are you gonna do more modding tutorials?

randomguy
Автор

you didnt have the command (in the description) of summoning the hopper, it is actually the only one I am having a problem with

lunarmaxkonrad
Автор

will someone plz help me i got all the commands rite but the beef that i placed to get the placment right wont go away so the whole thing wont work

drdiamond
Автор

Did you build this in 1.11? If not, then wich update?

lunarmaxkonrad
Автор

Can you show us how to compile it to 1 commandblock??

koenbenard
Автор

Can you unvisible a beef? I copy your command kill and i change a coordinat and result is doesn`t work?

zidansahidaputra
Автор

i tried this 10 times and it did not work. i typed correct. and nothing worked. pls help me..

ZombiePlops
Автор

It keeps spawning in armor stands for no reason and it lags so much

obicheesekenobi
Автор

Can u
remake it so it can cook all meat

ryderzapata
Автор

can you make a command block microwave

ywgevabsnvdvsb
Автор

Mr crayfish when can we expect the cooler

aayushgoyal
Автор

I see myself already baking some beef with my friends if I build it on a server

dkplaysgames