Posted October 15, 20186 yr Hello i am wondering where in the code the model is rotated depending where the entity is looking.
October 15, 20186 yr 1 minute ago, Discult said: Hello i am wondering where in the code the model is rotated depending where the entity is looking. In the renderer class. IE where the Model fields are stored. 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.
October 15, 20186 yr Author 1 minute ago, Animefan8888 said: In the renderer class. IE where the Model fields are stored. Can you give a string of text of what it might look like pls
October 15, 20186 yr 2 minutes ago, Discult said: Can you give a string of text of what it might look like pls this.model.setRotationAndAngles(...) Dont quote me on the method name lol 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.
October 15, 20186 yr Author 2 minutes ago, Animefan8888 said: this.model.setRotationAndAngles(...) Dont quote me on the method name lol hmm i have that but it doesn't rotate my model when the entity box rotates?
October 15, 20186 yr 5 minutes ago, Discult said: entity box rotates? What does entity box mean? Are the values changing on the client? 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.
October 15, 20186 yr Author Just now, Animefan8888 said: What does entity box mean? Are the values changing on the client? I mean the blue line when Ctrl-B is hit when it moves the model moves but for my model it doesn't so i am wondering if i am missing the code for it so i am asking what is the string to make it rotate.
October 15, 20186 yr Author Fixed my problem all is good i had i removed the super.doRender and when i added it back it fixed my problem
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.