Posted August 10, 20196 yr 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 August 10, 20196 yr by (∩ ͡° ͜ʖ ͡°)⊃━☆゚. o ・ 。゚
August 10, 20196 yr 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.
August 10, 20196 yr Author I also want to be able to "control" the entities. Is there a better way for controlling entities?
August 10, 20196 yr 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.
August 10, 20196 yr Author I want to be able to control entities as if they were like players, with an inventory, and armor slots.
August 11, 20196 yr 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.
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.