Jump to content

Migrating mods from 1.7 to 1.8


arungupta

Recommended Posts

We are in the process of migrating mods from 1.7 to 1.8 and noticed quite a few non-backwards compatible changes. For example:

 

- All cpw.mods packages are refactored to net.minecraftforge

- Some of the methods in ICommand do not exist any more

- BlockStairs constructor has changed

- BlockStairs.setBlockName does not exist any more

- textureName field in Block class does not exist any more

- EntityItem.age and delayBeforeCanPickup do not exist

- BreakEvent does not have a block field

- PlayerInteractEvent does not have x, y, and z fields. Instead they are encapsulated in pos.

 

I've seen the change log at:

 

http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.8-11.14.0.1299/forge-1.8-11.14.0.1299-changelog.txt

 

Is there a list of API changes from 1.7.10 to 1.8?

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.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.