Jump to content

Any optimization for mc.player.world.getBlockState()?


Intrigger

Recommended Posts

I am writing a pathfinding algorithm for my mod. It requires multiple using of mc.player.world.getBlockState(...)

Is there any way I can make a local in-moment copy of the world? (for using it instead of calling mc.player.world.getBlockState(...) all the times)

Thanks a lot.

Edited by Intrigger
Typo
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

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