Golem model for my mob

Started by TRO_RaymentCra… on

Topic category: Advanced modding

Last seen on 02:15, 1. Dec 2021
Joined Oct 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Golem model for my mob
Mon, 12/05/2016 - 16:13 (edited)

HELLO TO ALL PEOPLE WHO ARE SEEING THIS.
TODAY I WANTED TO MAKE A MOB. THAT MOB I WANTED A MODEL OF GOLEM COMMON

BUT THE LIST OF MOBS MODELS THAT HAS VERY LITTLE THINGS.

I DO NOT WANT TO MAKE A MODEL OF GOLEM WITH THE PROGRAM CALLED TEchne. FOR MY TEXTURE IS VERY GREAT FOR THAT.

I WANT TO MODIFY MCREATOR. PUT MORE MOBS MODELS IN THE LISTS. (EXAMPLE A DRAGON, WITCH, HORSE, ONE GOLEM, ETC)

THAT IS NO GOLEM MODEL IN THE LIST. CAN BE MODIFIED OR EDIT THE MCREATOR TO PUT NEW MODELS OF MISSING MINECRAFT ACTUALLY

IF YOU DO NOT KNOW HOW TO HELP I GO TO MAKE THE GOLEMS MOD.

Edited by Klemen on Mon, 12/05/2016 - 16:13
Last seen on 08:19, 27. Feb 2020
Joined Jan 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
this is to send ideas to the…
Thu, 03/01/2018 - 16:21

this is to send ideas to the people of mcreator, not to kill the people who are here.

but it is very good to have a dream or energy to create something, but here is a program to make basic minecraft mod are not the giant or very good that there is in intent, but if you want to do that you need one or some people who know how to program or java programmer for advanced mod.

I do not know anything about programming java, for Chinese language because I understand nothing at all and I will never understand.

----------------------------------------------------------------------------------------------------------------------------------------------------------------------

Now you know how I feel

ENJOY :D

Last seen on 12:07, 13. Apr 2019
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i agree  
Sat, 06/16/2018 - 01:24

i agree

 

Last seen on 17:37, 9. Nov 2020
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
but i need a golem model ;(
Fri, 11/16/2018 - 14:07

but i need a golem model ;(

Last seen on 17:30, 18. Apr 2024
Joined Dec 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"Making" a Golem Model is…
Fri, 11/16/2018 - 18:41

"Making" a Golem Model is actually very easy, so here's what you need to do:

First you gotta edit the mob and give it the Textures and then save the mob. Now go to the Code Tab and select your entity and then you paste this where all the imports are:

import net.minecraft.client.model.ModelIronGolem;

And then you search this. This is also somewhere at the beginning of the code:

public void registerRenderers() {
        RenderLiving customRender = new RenderLiving(Minecraft.getMinecraft().getRenderManager(), new ModelBiped(), 0) {
 

You replace ModelBiped with ModelIronGolem and then you click on "Save and build". After following all of these steps your mob should have a Golem like body. Also I think I'll make a tutorial post it could help alot of people!