Closed lastsurvivors closed 11 months ago
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
https://github.com/GamerJoep/MinetopiaVehicles/blame/5365deb7ad1848b9a05f2634213e62f686543c2d/src/main/java/nl/mtvehicles/core/listeners/VehiclePlaceListener.java#L51C27-L51C27