GhostGamesFSM Posted March 29, 2021 Posted March 29, 2021 I want his item to go onto my head, but I don't know how I do that with 3D items. (I have created armor in my mod but I don't think you can have 3D Items as helmet.) Quote
kiou.23 Posted March 29, 2021 Posted March 29, 2021 (edited) you can use a Layer Rendererer. check the Elytra Layer for some reference Edited March 29, 2021 by kiou.23 Quote
GhostGamesFSM Posted March 29, 2021 Author Posted March 29, 2021 1 hour ago, kiou.23 said: you can use a Layer Rendererer. check the Elytra Layer for some reference I'm new to modding so I don't know how I can see that and which layer renderer do you recommend me? Quote
kiou.23 Posted March 30, 2021 Posted March 30, 2021 6 hours ago, GhostGamesFSM said: I'm new to modding so I don't know how I can see that if you're on intelliJ, you can triple-shift iirc to open a search bar, then search for the Elytra Layer and you can see it's code. if anything you can just google how to search for files in your IDE 6 hours ago, GhostGamesFSM said: which layer renderer do you recommend me? wdym? you should create your own layer renderer, and override the render method. you "register" it by listening to the RenderPlayerEvent, and then adding a new instance of it to the player renderer Quote
Recommended Posts
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.