You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to figure out how to specify NBT parameters when spawning an entity. mc.spawnEntity(x,y,z, SHEEP, "{Color:1b}") How do you change color of sheep when spawning???
The text was updated successfully, but these errors were encountered:
It's not possible to specify colour. spawEntity make use only four of it's argument: coordinates and entity_id.
Even if you pass more params, it won't be used.
I'm trying to figure out how to specify NBT parameters when spawning an entity. mc.spawnEntity(x,y,z, SHEEP, "{Color:1b}") How do you change color of sheep when spawning???
The text was updated successfully, but these errors were encountered: