Jump to content

[1.15.2] Custom mob


Emily_Ravenhold

Recommended Posts

Okay, try to manual make your Render class:

https://github.com/Cadiboo/Example-Mod/blob/1.15.2/src/main/java/io/github/cadiboo/examplemod/client/render/entity/WildBoarRenderer.java

And you don‘t really need the Enderslime model, as it was the same as the Slime model: delete this class and extends in your EnderslimeRenderer class MobRenderer. First parameter was the Entity (not Entitytype) and the second parameter was the Slimemodel. If you need to add a parameter to the Slimemodel then try to add the same Entity class. In others words, see Cadiboo Github link above (don‘t add a layer, slimes don‘t have layers).

New in Modding? == Still learning!

Link to comment
Share on other sites

14 minutes ago, DragonITA said:

Okay, try to manual make your Render class:

https://github.com/Cadiboo/Example-Mod/blob/1.15.2/src/main/java/io/github/cadiboo/examplemod/client/render/entity/WildBoarRenderer.java

And you don‘t really need the Enderslime model, as it was the same as the Slime model: delete this class and extends in your EnderslimeRenderer class MobRenderer. First parameter was the Entity (not Entitytype) and the second parameter was the Slimemodel. If you need to add a parameter to the Slimemodel then try to add the same Entity class. In others words, see Cadiboo Github link above (don‘t add a layer, slimes don‘t have layers).

Nope, it didn't help.

Link to comment
Share on other sites

7 minutes ago, diesieben07 said:

You are using an outdated version of Forge, which has a bug on the newest version of Java 8.

I am not going to downgrade my Java just so I can run your code using an outdated version, sorry.

 

Just now, Emily_Ravenhold said:

outdated version? it is 1.15.2 latest, nope?

 

New in Modding? == Still learning!

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.