Posted January 7, 201312 yr hi, i wanna get the block ids in a range without doing a lot of world.getBlockId (because i want 50 block range), is that possible?
January 7, 201312 yr A little bit more explaining please? "you seem to be THE best modder I've seen imo." ~spynathan ლ(́◉◞౪◟◉‵ლ
January 7, 201312 yr Author i have a block, that when i click(onBlockClicked) it checks the block id in a range of 50 blocks x and 50 blocks z to see if the blocks are Block.crops.blockID, if they are equals my block do some things, but the problem is, world.getBlockId(x , y ,z) its too expensive because it wont check in a range , it checks only in the giver coordinate.
January 8, 201312 yr What's wrong with 2 for loops? "you seem to be THE best modder I've seen imo." ~spynathan ლ(́◉◞౪◟◉‵ლ
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.