mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-03 13:55:36 +02:00
refactored import
This commit is contained in:
parent
b7bdbf7759
commit
de0f02587e
2 changed files with 2 additions and 1 deletions
|
@ -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';
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue