#Animated block entitiy

1 messages · Page 1 of 1 (latest)

mint lintel
#

why does this not work

summon minecraft:block_display ~ ~1 ~ {block_state:{Name:"minecraft:command_block"},interpolation_duration:60,start_interpolation:0,transformation:[1f,0f,0f,-0.5f,0f,-0.4999999999999998f,-0.8660254037844387f,-0.5f,0f,0.8660254037844387f,-0.4999999999999998f,-0.5f,0f,0f,0f,1f]}
#

like it summons the entity

#

but it's like not animated

#

or am i doing something wrong

faint oar
#

they only animate if they get updated. Your command only summons the block display with already set values.

#

You need at least two commands

mint lintel
#

ohh