Jump to content

Updating from 1.7.2 to 1.7.10; Coding problems


Nex_1

Recommended Posts

Hey guys,

 

I'm trying to update a mod for entity rendering from 1.7.2 to 1.7.10. It works fine in normal Minecraft Forge 1.7.10, but when I put it into eclipse and try to run it in Forge 1.7.10 there, I get the following errors. Can someone help me?

 

entity.field_70155_l /= XYConfig.entityRenderRange;

error:

  - field_70155_l cannot be resolved or is not a field.

 

 

World world = Minecraft.func_71410_x().field_71441_e;

errors:

    - the method func_71410_x() is undefined for the type Minecraft

    - line breakpoint:CTH [line: 25] – onTick()

 

Iterator i = Minecraft.func_71410_x().field_71441_e.field_72996_f.iterator();

errors:

  - line breakpoint:CTH [line: 27] – onTick()

  - the method func_71410_x() is undefined for the type Minecraft

 

 

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.