damo190 Posted April 20, 2013 Posted April 20, 2013 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. Quote
damo190 Posted April 20, 2013 Author Posted April 20, 2013 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. Quote
Mazetar Posted April 20, 2013 Posted April 20, 2013 Have you seen this: http://wuppy29.blogspot.nl/2013/03/modding-147-updating-to-151.html He does talk about how he updates his dimensions and such to 1.5.1 inn it. Quote If you guys dont get it.. then well ya.. try harder...
Mazetar Posted April 20, 2013 Posted April 20, 2013 Have you seen this: http://wuppy29.blogspot.nl/2013/03/modding-147-updating-to-151.html He does talk about how he updates his dimensions and such to 1.5.1 inn it. Quote If you guys dont get it.. then well ya.. try harder...
damo190 Posted April 21, 2013 Author Posted April 21, 2013 thank you very much i did not realise he would do that I was following his tutorials from now on for updates ill come to hime thx Quote
damo190 Posted April 21, 2013 Author Posted April 21, 2013 thank you very much i did not realise he would do that I was following his tutorials from now on for updates ill come to hime thx Quote
Recommended Posts
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.