4 lines
208 B
TypeScript
4 lines
208 B
TypeScript
|
import { Bot } from 'mineflayer';
|
||
|
import { Block } from 'prismarine-block';
|
||
|
export declare function findFromVein(bot: Bot, block: Block, maxBlocks: number, maxDistance: number, floodRadius: number): Block[];
|