Some questions on the "Entity Spawn Tutorial"

Hey guys,

after checking the sponge tutorial for Entity Spawning (Tutorial) I got a few questions:

  • How to rotate the Entity (It’s upside-down)
  • Why so many abilities do not work - Not implemented yet? F.e.: AGE, INVISIBLE, ATTACK_DAMAGE, HEIGHT

Cheers

  • KAISERslin

You can rotate an entity with setRotation

Not all data is implemented yet, see the progress tracker:

1 Like

Thanks for your help.

setRotation

has no affect :frowning:

mob.setRotation(new Vector3d(0, -0.5, 0)); (I tested some varieties)
extent.spawnEntity(mob, null);

The entity is only being rendered upside down due to a rendering quirk by Mojang. Any entity with the name Dinnerbone or grumm will be rendered upside down.

Really? You should change the name on the tutorial! It works now …

facepalm

You’re right, that easteregg really adds confusion. The name will be changed.

@simon816

Is the DataProcessors list up-to-date? And is it possible to have some wishes to make it possible for me to continue? :smile:

Cheers

The list should be up to date.
There is a thread to request for data to be implemented, though I’m not sure if it’s still being looked at