Falling Block with Motion

Started by CK_Mods on

Topic category: Help with modding (Java Edition)

Last seen on 20:14, 2. Sep 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Falling Block with Motion

I'm trying to turn an existing, unknown block into a falling block. I would use the premade block, Spawn _ as a falling block at x: _ y: _ z:_, but I do not know how to give a falling block motion using that.

This is what I am doing:

summon falling_block ~ ~1 ~ {BlockState:{Name:"  𝐆𝐞𝐭 𝐋𝐨𝐜𝐚𝐥: 𝐛𝐥𝐨𝐜𝐤  "},Time:1}

I need to either fix this block or use the block I previously mentioned with motion NBT.