Need help with Mob

Started by Xeirux on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Need help with Mob
Sun, 10/11/2020 - 18:23 (edited)

So, I'm making a mob. And I got a model that's 64x64, it works on Zombie Skins and i made it so zombie arm's dont go up, but. One problem, I'm trying to make it so that the Mod uses Minecraft's built in Zombie skin as I am using a Resource Pack that changes Zombies look to variations. And i can't replicate this with my mod so i wanted to know how to make it use the actual zombie skin rather than downloading one.

Edited by Xeirux on Sun, 10/11/2020 - 18:23
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I believe, in the code, you…
Sun, 10/11/2020 - 21:02

I believe, in the code, you could probably just change the texture (it'd be minecraft:entity/zombie/zombie or something similar to that). I may not be right, though.

Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could just nab the…
Wed, 10/28/2020 - 00:57

You could just nab the vanilla zombie texture from the game files or from a JAPPA backport texture and put it in mcreator. Then just apply it to the entity.

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
where would i get it from…
Fri, 10/30/2020 - 18:59

where would i get it from the game files?

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
or JAPPA backport texture, …
Fri, 10/30/2020 - 19:23

or JAPPA backport texture, (sorry i'm not good at this)

Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The game files copy exists…
Fri, 10/30/2020 - 23:34

The game files copy exists on mcasset.cloud, just select the latest version and choose to download all. From there just navigate to assets in that file, then textures, then grab any texture you need

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks but i'm trying to…
Fri, 10/30/2020 - 23:52

Thanks but i'm trying to make it so that the Mob uses general Zombie textures. So if i were to use these Textures a texture pack for Zombies would work on it?