Jump to content

Recommended Posts

Posted

Hi

 

I have updated my mod to forge 7.1.1:650 but the crop textures no show if i remove the files from the texture folder is show in the folder i can not find them and when i add them back still no luck.

 

Here is my crop class:

 

  Reveal hidden contents

 

Posted
  On 4/30/2013 at 4:26 PM, diesieben07 said:

You have the exact same problem: You are not overriding a method you intend to override. Use @Override whereever you intend to override something so it will show you errors.

 

I have added the @Override and there is no difference. Also eclipse is not showing any errors.

Posted

After some messing around with the code it looks like this part of the code isn't working with i

 

  Reveal hidden contents

 

 

Here is the updated code:

 

  Reveal hidden contents

 

Posted
  On 4/30/2013 at 5:01 PM, diesieben07 said:

You need to add the @Override to all methods you intend to override. You fixed one signature, but getBlockTextureFromSideAndMetadata still does not exist in the superclass so your attempt to override does nothing. Thats what @Override would show you.

 

Thank you for all your help I didn't notice the getBlockTextureFromSideAndMetadata function was changed.

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.