Jump to content

Recommended Posts

Posted

Hello

 

I'm trying to add some custom modeled mob's / entity's to the game but it doesn't work.  :'(

Case 1: The Mob will get In game, It will have a spawn egg, But it will NOT have a custom model, And it does not give me a HUGE Error log.

Case 2: Minecraft doesn't even get to the starting menu, It crashes after Forge has said the "Hello" loading window, And it gives me a HUGE Error log:

  Reveal hidden contents

 

Hopefully someone can help me. (After 3days of trying)  ._. <--- Sad Face

Tutorials I've watched: Wuppy29's, Mart Meijerink, and some others but I forgot the people's name's

 

Src:

 

Package: CRM31367.Mod.Main

Class: ClientProxy.java

  Reveal hidden contents

 

 

Class: EntityChicken_0

  Reveal hidden contents

 

 

Class: Main.java

  Reveal hidden contents

 

 

Class: ModelChicken_0.java

  Reveal hidden contents

 

 

Class: RenderChicken_0

  Reveal hidden contents

 

Class: ServerProxy.java

  Reveal hidden contents

 

Hello there :D

Posted

Make your model class extend ModelBiped instead of ModelChicken. I don't know if that's the case, but i had some problems if I didn't let it extends ModelBipeD.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Posted
  On 7/10/2013 at 9:40 AM, larsgerrits said:

Make your model class extend ModelBiped instead of ModelChicken. I don't know if that's the case, but i had some problems if I didn't let it extends ModelBipeD.

 

I tested it didn't work :( but first it was extending ModelBase, then it also didn't work :'(

Hello there :D

Posted
  On 7/10/2013 at 9:45 AM, sjaak31367 said:

  Quote

Make your model class extend ModelBiped instead of ModelChicken. I don't know if that's the case, but i had some problems if I didn't let it extends ModelBipeD.

 

I tested it didn't work :( but first it was extending ModelBase, then it also didn't work :'(

The error points to line 17 on the server proxy class. You shouldn't put anything in the serverproxy class only in the client proxy class.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Posted
  On 7/10/2013 at 11:14 AM, larsgerrits said:

  Quote

  Quote

Make your model class extend ModelBiped instead of ModelChicken. I don't know if that's the case, but i had some problems if I didn't let it extends ModelBipeD.

 

I tested it didn't work :( but first it was extending ModelBase, then it also didn't work :'(

The error points to line 17 on the server proxy class. You shouldn't put anything in the serverproxy class only in the client proxy class.

 

I, was already wondering... but it still does not work :(

I removed

public static ClientProxy client;

and

public void init(){
//		EntityRegistry.registerGlobalEntityID(EntityChicken_0.class, "Chicken_0", EntityRegistry.findGlobalUniqueEntityId(), 3515848, 12102);
	RenderingRegistry.registerEntityRenderingHandler(EntityChicken_0.class, new RenderChicken_0(new ModelChicken_0(), 1.0F));
}

from ServerProxy.java

And I changed

	public static ServerProxy proxy;

and

		proxy.init();

to

	public static ClientProxy proxy;

and

	proxy.registerRenderInformation();

In the ClientProxy already was the "EntityRegistry" part but it still does not work :(

 

Error log:

  Reveal hidden contents

 

Hello there :D

Posted

Pfffff..... ONLY change

public static ClientProxy client;

to

public static ServerProxy proxy;

 

PS. Every time you edit thecode post the new ones here.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Posted
  On 7/10/2013 at 4:32 PM, larsgerrits said:

Pfffff..... ONLY change

public static ClientProxy client;

to

public static ServerProxy proxy;

 

PS. Every time you edit thecode post the new ones here.

 

Okay I Un-did the last changes I made but now it's still giving me an error. :(

Error Log:

  Reveal hidden contents

 

 

current Main.java:

  Reveal hidden contents

 

Hello there :D

Posted

I GOT IT! :D:D:D

pfff it took A while but now I finally got it!!!

 

it was just an error with the ModelChicken_0.java :

it said if it was mirrored that it was "not" mirrored 2 times then it said it was, so that's it!!!!

after four days I finally got it!!! yay!

Hello there :D

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.