#block display interpolation

1 messages · Page 1 of 1 (latest)

exotic cave
#

execute as @e[tag=birch_insides] run data merge entity @s {interpolation_start:0,transformation:{transformation:[0f,0f,1f]}}

execute as @e[type=minecraft:block_display] run data merge entity @s {interpolation_duration:100}

why arent these commands working?

valid umbraBOT
#

<@&1201956957406109788>

Someone will come and help soon!

💬 While you wait, take this time to provide more context and details.

✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve

rocky lark
#

The interpolation duration needs to be in the same command as the transformation data

urban tusk
#

or at least before it

rocky lark
#

and afaik there is no transformation field inside the transformation field

#

only a translation field

exotic cave
rocky lark
#

only those four fields exist inside the transformation field

exotic cave
valid umbraBOT
#
Question Closed

Your question, #1335007471059861605 (block display interpolation), was resolved!

Original Message

#1335007471059861605 message

Duration open

35m

valid umbraBOT
# valid umbra <@&1201956957406109788>

<@&1166082198152159386> <@&1202694677766348840>

🙇 Helpers Arise!

Please note that you still might not immediately get a response since all helpers are human beings and volunteers (and also might be sleeping right now)

rocky lark
#

...

#

I'm still here

#

give me a second

exotic cave
#

ok

vagrant skiffBOT
#
data merge entity @n[type=minecraft:block_display] {start_interpolation:0,interpolation_duration:10,transformation:{translation:[0,0,0]}}
/data merge entity @n[type=minecraft:block_display] {start_interpolation:0,interpolation_duration:10,transformation:{translation:[0,5,0]}}
rocky lark
#

try this as a test, it works in my world

exotic cave
#

in data

#

that could be the reason

#

im developing in 1.20.1 for mod reasons

rocky lark
#

The only thing they added was the teleportation duration field in the very next version but that's all.

exotic cave
#

nvm

#

it does

#

for some reason