How to implement model into entity #2006
Answered
by
warjort
deanwean
asked this question in
Mod Dev Support
-
How do I add a model to my entity. I have already made the model, I just have no clue how to add the model. I have some of the entity stuff down, it's just the model script is so confusing. |
Beta Was this translation helpful? Give feedback.
Answered by
warjort
Feb 17, 2022
Replies: 1 comment 4 replies
-
Try following this: |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
deanwean
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try following this:
https://fabricmc.net/wiki/tutorial:entity
For your specific question, look at the EntityRenderer part.