mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-10 01:05:33 +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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// todo: skip if blockname contains _door and the actual does as well
|
|
||||||
|
|
||||||
if (actualBlockName !== blockName) {
|
if (actualBlockName !== blockName) {
|
||||||
mismatches.push({
|
mismatches.push({
|
||||||
level: levelData.level,
|
level: levelData.level,
|
||||||
|
@ -1015,4 +1013,4 @@ function matrixToBlueprint(matrix, startCoord) {
|
||||||
// for (const command of commands) {
|
// for (const command of commands) {
|
||||||
// bot.chat(command);
|
// bot.chat(command);
|
||||||
// }
|
// }
|
||||||
// });
|
// });
|
||||||
|
|
Loading…
Add table
Reference in a new issue