Jump to content

Recommended Posts

Posted

If anyone can help there's a few things I need to know what a function changed to and what editingblocks changed to:

  • func_94575_c
  • this.field_85192_a.editingBlocks = true; (not the function the editingblocks)
     

 

And that's it so, if anyone knows what the first function is and the editingblocks is please help me. Thanks in advance.

Posted

We have no idea what or where these things are. What class are they in and what is the method being called from? What are the method's arguments? Return type? The fields' types?

If you know those, all you do is search for another method or field in the location with the same return type and arguments, there can't be a ton. Same with the field, but you're more likely to find more than one field with that field's type.

Posted
  On 4/11/2013 at 6:08 PM, FatherToast said:

We have no idea what or where these things are. What class are they in and what is the method being called from? What are the method's arguments? Return type? The fields' types?

If you know those, all you do is search for another method or field in the location with the same return type and arguments, there can't be a ton. Same with the field, but you're more likely to find more than one field with that field's type.

Oh sorry here's examples:

 

EarthWand:

 

  Reveal hidden contents

 

 

BlockPortalHeaven

 

 

  Reveal hidden contents

 

 

What's glowing in red is the problem. Thanks :)

 

Posted

do a search in the methods.csv file:

func_94575_c,setBlock,2,"Sets a block and notifies relevant systems with the block change  Args: x, y, z, blockID"

and the fields.csv file:

field_85192_a,worldServerInstance,2,

running minecraft on Mac OS X - Sierra --- creating code since 1986 ... --- मेरा दिल भारतवासी है!

width=289 height=100http://www.arno-saxena.de/pictures/chococraft/banner_signature.png[/img]

Posted
  On 4/11/2013 at 10:27 PM, Torojima said:

do a search in the methods.csv file:

func_94575_c,setBlock,2,"Sets a block and notifies relevant systems with the block change  Args: x, y, z, blockID"

and the fields.csv file:

field_85192_a,worldServerInstance,2,

 

Thanks but the    par1World.editingBlocks = true;  Is still not working. Thanks for the function one though, if anyone knows what I'm doing wrong on ^^ please tell me.

Posted
  On 4/12/2013 at 5:25 PM, xXRoboJackXx said:

  Quote

do a search in the methods.csv file:

func_94575_c,setBlock,2,"Sets a block and notifies relevant systems with the block change  Args: x, y, z, blockID"

and the fields.csv file:

field_85192_a,worldServerInstance,2,

 

Thanks but the    par1World.editingBlocks = true;  Is still not working. Thanks for the function one though, if anyone knows what I'm doing wrong on ^^ please tell me.

 

Fixed it I was being a complete idiot sorry. Thanks everyone :)

Posted
  On 4/12/2013 at 5:31 PM, xXRoboJackXx said:

  Quote

  Quote

do a search in the methods.csv file:

func_94575_c,setBlock,2,"Sets a block and notifies relevant systems with the block change  Args: x, y, z, blockID"

and the fields.csv file:

field_85192_a,worldServerInstance,2,

 

Thanks but the    par1World.editingBlocks = true;  Is still not working. Thanks for the function one though, if anyone knows what I'm doing wrong on ^^ please tell me.

 

Fixed it I was being a complete idiot sorry. Thanks everyone :)

 

and how?

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

  Quote

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Posted
  On 4/12/2013 at 5:44 PM, SanAndreasP said:

  Quote

  Quote

  Quote

do a search in the methods.csv file:

func_94575_c,setBlock,2,"Sets a block and notifies relevant systems with the block change  Args: x, y, z, blockID"

and the fields.csv file:

field_85192_a,worldServerInstance,2,

 

Thanks but the    par1World.editingBlocks = true;  Is still not working. Thanks for the function one though, if anyone knows what I'm doing wrong on ^^ please tell me.

 

Fixed it I was being a complete idiot sorry. Thanks everyone :)

 

and how?

Instead of explaining it here's the code

Block Portal:

 

  Reveal hidden contents

 

Teleporter:

 

  Reveal hidden contents

 

Posted
  On 4/12/2013 at 5:44 PM, SanAndreasP said:

  Quote

  Quote

  Quote

do a search in the methods.csv file:

func_94575_c,setBlock,2,"Sets a block and notifies relevant systems with the block change  Args: x, y, z, blockID"

and the fields.csv file:

field_85192_a,worldServerInstance,2,

 

Thanks but the    par1World.editingBlocks = true;  Is still not working. Thanks for the function one though, if anyone knows what I'm doing wrong on ^^ please tell me.

 

Fixed it I was being a complete idiot sorry. Thanks everyone :)

 

and how?

Instead of explaining it here's the code

Block Portal:

 

  Reveal hidden contents

 

Teleporter:

 

  Reveal hidden contents

 

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.