Jump to content

[1.18.1] Entity with player model and skin.


lGuestll666l

Recommended Posts

Is that posible to make entity with player model and skin?

While im trying to use

Player player = new Player()

Entity player = EntityType.PLAYER.create(world)

player.moveTo(new Vec3(...))

world.addFreshEntity(player)

and ect, my minecraft crush or nothing happend.

Or i need to create my own entity with player form?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.