mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-02 22:55:20 +02:00
Update construction_tasks.js
This commit is contained in:
parent
21dfa0a9d3
commit
c7dd2394c2
1 changed files with 1 additions and 3 deletions
|
@ -181,8 +181,6 @@ export class Blueprint {
|
|||
continue;
|
||||
}
|
||||
|
||||
// todo: skip if blockname contains _door and the actual does as well
|
||||
|
||||
if (actualBlockName !== blockName) {
|
||||
mismatches.push({
|
||||
level: levelData.level,
|
||||
|
@ -1015,4 +1013,4 @@ function matrixToBlueprint(matrix, startCoord) {
|
|||
// for (const command of commands) {
|
||||
// bot.chat(command);
|
||||
// }
|
||||
// });
|
||||
// });
|
||||
|
|
Loading…
Add table
Reference in a new issue