GamerJoep/MinetopiaVehicles

it should remove the loop or something XD

Closed this issue · 4 comments

it's y+1 spawnLoc.getY() + number one in the loop, maybe should be y+ i

it's y+1 spawnLoc.getY() + number one in the loop, maybe should be y+ i

No, the code you mean should only check the location above the clicked block and save it, so spawnLoc.getY() + 1 is correct.

okay i got it