Minecraft Blogs / Article

how to make command block generated ghost blocks

  • 8,662 views, 1 today
  • 2
  • 1
  • 6
sertdfyguhi
Level 44 : Master System
9
repeating command block:
/summon minecraft:falling_block ~ ~2 ~ {NoGravity:1,BlockState:{Name:YOUR BLOCK OF CHOICE}}


normal command block:
/summon minecraft:falling_block ~ ~2 ~ {NoGravity:1,BlockState:{Name:YOUR BLOCK OF CHOICE},Time:1}
Tags

Create an account or sign in to comment.

Thomastankfan
03/29/2022 7:26 pm
Level 25 : Expert Modder
It didn't work for me.
1
olloiuj
03/13/2022 9:38 am
Level 1 : New Miner
I have done one and I would do /summon armor_stand ~ ~ ~ {NoGravity:1b, Invisible:1b, Marker:1b, Passengers:[{id:"minecraft:falling_block", BlockState:{Name:"Namespaced Block of choice"}, NoGravity:1b, Time:1}]}
1
TheWarHawk2005
08/19/2019 8:09 pm
Level 49 : Master Dragonborn
Cool!
1
dreamCritting
08/19/2019 1:01 pm
She/Her • Level 75 : Legendary Modder
history
If you use this and some tp commands and a no-gravity boat you can make a flying saucer,
I did
1
sertdfyguhi
08/20/2019 8:25 pm
Level 44 : Master System
is it this command?

/summon boat ~ ~ ~ {NoGravity:1}
1
dreamCritting
08/21/2019 9:47 am
She/Her • Level 75 : Legendary Modder
yup
1

Welcome