Minecraft Wiki
Advertisement

history[]

Add a history, please! Yaouoay (talk) 13:49, 9 February 2016 (UTC)

older versions[]

Please add how it was done in pre-1.13 (i am using 1.12) Cherubagent1440 (talk) 18:04, 19 April 2019 (UTC)
In 1.12 it would be like:
/summon minecraft:falling_block ~ ~ ~ {Block:"minecraft:stone",Time:-1}
In pre 1.12 (1.11.2 and previous) it would be like:
/summon FallingSand ~ ~ ~ {TileID:1,Time:-1} Cherubagent1440 (talk) 18:13, 19 April 2019 (UTC)

Example command with "Properties"[]

I looked around a bunch on here and Mojira and couldn't find examples of "Properties" actually in use (not just super formalised and abstract), so I had to figure stuff out myself. Here are my findings, maybe someone wants to integrate them into this article:

  • Example command:
    /summon falling_block 365 56 1010 {NoGravity:1,Time:1,BlockState:{Name:"redstone_wall_torch",Properties:{lit:"true",facing:"north"}}}
  • Numbers also have to be quoted, so for example:
    /summon falling_block 365 56 1009 {NoGravity:1,Time:1,BlockState:{Name:"redstone_wire",Properties:{power:"15",north:"side",south:"side"}}}
  • Summoning a falling block with "NoGravity" at integer coordinates (automatically turns into .5) almost looks like a regular block, but it's a tiny bit higher.
  • You can get invisible blocks: https://bugs.mojang.com/browse/MC-72248

Fabian42 (talk) 14:54, 5 May 2020 (UTC)

Advertisement