Fix PullRequest comment

This commit is contained in:
Sakziea
2026-07-17 14:23:55 +02:00
parent 582d6a62e3
commit 25ab79abc0
@@ -85,7 +85,7 @@ public class AutoChecker {
}
if (x == min.x() || x == max.x() || y == max.y() || z == min.z() || z == max.z()) {
result.getDesignBlocks().computeIfAbsent(material, m -> new ArrayList<>()).add(new BlockPos(x, y, z));
result.getDesignBlocks().computeIfAbsent(material, m -> new ArrayList<>()).add(pos);
}
}
}