Open aaaeeeMC opened 1 week ago
Can replicate, the example provided in the PR #5601 doesn't seem to work when parsing display syntaxes. However, a workaround is to define a local display variable before using it.
Can confirm (for the dev team - this is the bug I discussed with you in dev chat).
This happens with any expression which resolves to an entity. For example, when using a spawn section to spawn a display, referencing the spawned entity using the entity
expression does not work for display syntaxes.
sounds like maybe we need an entity -> display converter
Skript/Server Version
Bug Description
I was trying to see how quaternions work, by spawning in a block display, but it didn't work when I tried to change something. Look in the Errors or Screenshots section.
Expected Behavior
It was obviously supposed to change the specific property to what I put, but it didn't work and instead threw an unspecified error.
Steps to Reproduce
!spawn a block display at me
("of (block data)" doesn't work by the way)!set transformation translation of nearest block display to vector(-0.5,-0.5,-0.5)
!set left transformation rotation of nearest block display to vector(1,0,0,0)
Errors or Screenshots
Other
No response
Agreement