This commit is contained in:
Leijurv 2019-01-06 21:04:50 -08:00
parent 76427b8ecb
commit 84b580b001
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -26,7 +26,7 @@ import net.minecraft.util.math.BlockPos;
public abstract class PathBase implements IPath {
@Override
public PathBase cutoffAtLoadedChunks(Object bsi0) {
public PathBase cutoffAtLoadedChunks(Object bsi0) { // <-- cursed cursed cursed
BlockStateInterface bsi = (BlockStateInterface) bsi0;
for (int i = 0; i < positions().size(); i++) {
BlockPos pos = positions().get(i);