Jump to content

[1.6.1] Custom Ladder Issue


yellowscissors

Recommended Posts

Hi All,

 

I attempted to update a mod from 1.5.2 (738)  to 1.61 (755). I made the needed changes to texture/resource kit. I then tested the mod and the textures were showing up correctly, but I could not climb any of the custom ladders I placed. I tried looking to see if there were any changes in forge from 1.5.2->1.6.1 in how ladders were handled, but I did not see anything. Is there something I missed that I need to change to allow ladders to work in 1.6.1?

 

Thanks

Link to comment
Share on other sites

I suspect a name/return/parameter change in one of the methods in Block, which you are therefore are not overriding anymore? Make sure every method you should be overriding shows up with a green arrow on the left, if you're using Eclipse. I now add '@Override' at each method (code formatting FTW) I'm overriding after having experienced weird bugs related to Block as well. This will give me an error when methods change.

Author of PneumaticCraft, MineChess, Minesweeper Mod and Sokoban Mod. Visit www.minemaarten.com to take a look at them.

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.