Jump to content

Rendering Minecraft as/from a different entity


Recommended Posts

How would I go about rendering as/from a different entity? I want it to be possible to either render as a different entity, or render at a different entity.

 

Edit: I am coding this mod for 1.12.2, because other versions are still beta, mods for 1.14/1.13 are small in number, and nobody is really in a rush to make their mods 1.14

Edited by (∩ ͡° ͜ʖ ͡°)⊃━☆゚. o ・ 。゚
Link to comment
Share on other sites

5 minutes ago, (∩ ͡° ͜ʖ ͡°)⊃━☆゚. o ・ 。゚ said:

How would I go about rendering as/from a different entity? I want it to be possible to either render as a different entity, or render at a different entity.

Try changing the Minecraft#renderViewEntity field

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Link to comment
Share on other sites

6 minutes ago, (∩ ͡° ͜ʖ ͡°)⊃━☆゚. o ・ 。゚ said:

I also want to be able to "control" the entities. Is there a better way for controlling entities?

Why dont you explain in more detail what you want to do.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Link to comment
Share on other sites

4 hours ago, (∩ ͡° ͜ʖ ͡°)⊃━☆゚. o ・ 。゚ said:

I want to be able to control entities as if they were like players, with an inventory, and armor slots.

You'll need to set the players velocity to zero every tick. Or find some way to prevent their movement. Then you'll  need to change the velocity of the entity in an input event.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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