refactored import

This commit is contained in:
mmaheshwari2 2025-02-13 12:45:47 -08:00
parent b7bdbf7759
commit de0f02587e
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
import * as world from '../library/world.js';
import * as mc from '../../utils/mcdata.js';
import convoManager from '../conversation.js';
import { checkLevelBlueprint, checkBlueprint } from '../tasks.js';
import { checkLevelBlueprint, checkBlueprint } from '../construction_tasks.js';
const pad = (str) => {
return '\n' + str + '\n';

View file

@ -8,6 +8,7 @@ export class ConstructionTaskValidator {
validate() {
try {
//todo: somehow make this more of a percentage or something
//todo: change air validation
console.log('Validating task...');
let valid = false;
let score = 0;