In need of an Enderman model that is supported by MCreator.

Started by ForumYoshi on

Topic category: Help with modding (Java Edition)

Last seen on 23:49, 20. Jun 2020
Joined Mar 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In need of an Enderman model that is supported by MCreator.

Hi.

I'd need to get my hands on an Enderman model that works with MCreator. It says that it supports the JAVA models, so if anyone could point me to the right direction where to get it, I'd appreciate it.

Last seen on 10:56, 1. Oct 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Blockbench is a tool that…
Mon, 06/15/2020 - 09:47

Blockbench is a tool that helps to create entity models for 1.12, 1.14 and 1.15

You can export your model as a .java file which you could then import into MCreator.

Here is their website: https://blockbench.net

Last seen on 23:49, 20. Jun 2020
Joined Mar 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well, rather than creating…
Mon, 06/15/2020 - 09:52

Well, rather than creating the model from scratch, I'm looking to just get the model. I've got blockbench, but wouldn't really want to go and make the model myself. So I'm seeing if anyone would have the original model.

Last seen on 10:56, 1. Oct 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The decompiled source code…
Mon, 06/15/2020 - 11:23

The decompiled source code of mc is stored in the gradle cache

~/.mcreator/gradle/caches/forge_gradle/minecraft_user_repo/net/minecraftforge/forge/1.15.2-31.1.87_mapped_snapshot_20200225-1.15.1/forge-1.15.2-31.1.87_mapped_snapshot_20200225-1.15.1-sources.jar/net/minecraft/client/renderer/entity/model/EndermanModel.java

This should be the enderman model. Note that those numbers may not match for you, because this is from the a snapshot of 2020.3, not release 2020.3. You will also have to expand the jar file to view its contents

 

Note: Since this is Minecraft code, you may not be allowed to redistribute it

Read the EULA for information: https://account.mojang.com/documents/minecraft_eula

Last seen on 23:49, 20. Jun 2020
Joined Mar 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks, I'll give that a…
Mon, 06/15/2020 - 12:38

Thanks, I'll give that a shot.

Last seen on 23:49, 20. Jun 2020
Joined Mar 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I've gotten my hands now on…
Mon, 06/15/2020 - 12:52

I've gotten my hands now on the model, but there is an issue; Trying to import the model to MCreator gives me an error saying: "Your model name EndermanModel is not a valid Java name!

Custom mob model names can not contain whitespace, start with number or contain any non ASCII letters. Model name is not filename, but the name inside the model Java code (model class name)!

 The best solution tot his problem is to properly define the model name in your modeler before exporting the model."

Could this be because Minecraft already contains a model called "EndermanModel", so I have to edit all "EndermanModel" lines in the .java file to something else?

Last seen on 23:49, 20. Jun 2020
Joined Mar 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I just tried renaming all…
Mon, 06/15/2020 - 12:57

I just tried renaming all EndermanModel lines in the file to something else, no luck. Any help?

Last seen on 22:49, 17. Mar 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Actually, it's easy to get…
Mon, 08/17/2020 - 01:46

Actually, it's easy to get any Vanilla entity model with just Blockbench. Make a new Skin, select the mob you want, uncheck "pose" (if it's there), switch to the Edit tab, then do File > Convert Project > Modded Entity. Then go File > Project, change the name and model identifier (preferably the same), and export it as a Java entity.

Last seen on 10:48, 18. Jul 2023
Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thanks but enderman don't…
Thu, 09/09/2021 - 14:52

thanks but enderman don't work well