I tried the following command:
summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:piston",Properties:{extended:true}},Time:-1000,NoGravity:1b}
but it wasn't the type of piston that I want to summon.
I tried the following command:
summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:piston",Properties:{extended:true}},Time:-1000,NoGravity:1b}
but it wasn't the type of piston that I want to summon.
You have to use "true"
instead of true
This is the command to do it:
summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:piston",Properties:{extended:"true"}},Time:-1000,NoGravity:1b}
(tested in 1.17, find by Ofek)