fix: block

This commit is contained in:
RainbowBird
2025-01-09 01:29:58 +08:00
parent c97ac0b120
commit 48362c263e
-2
View File
@@ -1,9 +1,7 @@
import type { TypeOf } from 'zod'
import type { BlockFace, SkillContext } from './base'
import pathfinderModel, { type SafeBlock } from 'mineflayer-pathfinder'
import { Vec3 } from 'vec3'
import * as world from '../composables/world'
import { posEqual } from '../utils/helper'
import * as mc from '../utils/mcdata'
import { log } from './base'
import { goToPosition } from './movement'