Jump to content

New Realm Portal Creation Updating from 1.4.7 to 1.5.1


damo190

Recommended Posts

I am fairly new to the minecraft forge forums and I am also kinda new to java programming with forge(about 2 weeks of experience).

Anyway I wanted to make a portal out of sandstone to go to the Potato Realm (don't ask). I was following along a text tutorial created in 1.4.7 thinking that if I came across any errors I would try to fix them BOY WAS I WRONG. I have an error close to the end where the boolean variable par1World was getting a left-handed assignment and it turns out that the assignments from 1.4.7 is different to 1.5.1

here is my portal file

http://paste.minecraftforge.net/view/832341d5

there are 3 errors 2 on par1World.editingBlocks

(both true and false)

and one on

par1World.setBlockWithNotify

I have figured out that possibly setBlockWithNotify could be notifyBlockChange but i'm not sure.

Please may someone with experience look into this so I can continue coding in peace.

 

Link to comment
Share on other sites

I am fairly new to the minecraft forge forums and I am also kinda new to java programming with forge(about 2 weeks of experience).

Anyway I wanted to make a portal out of sandstone to go to the Potato Realm (don't ask). I was following along a text tutorial created in 1.4.7 thinking that if I came across any errors I would try to fix them BOY WAS I WRONG. I have an error close to the end where the boolean variable par1World was getting a left-handed assignment and it turns out that the assignments from 1.4.7 is different to 1.5.1

here is my portal file

http://paste.minecraftforge.net/view/832341d5

there are 3 errors 2 on par1World.editingBlocks

(both true and false)

and one on

par1World.setBlockWithNotify

I have figured out that possibly setBlockWithNotify could be notifyBlockChange but i'm not sure.

Please may someone with experience look into this so I can continue coding in peace.

 

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.