myncraftjs
Version:
Simple minecraft bot package extends from mineflayer
8 lines (7 loc) • 322 B
JavaScript
import wait from "./utils/wait";
import dropItem from "./utils/dropItem";
import getItemList from "./utils/dropItem";
import { getExtra } from "./utils/getText";
export { Client } from "./classes/Client";
export { wait, dropItem, getItemList, getExtra };
export { getRand, wait as randWait } from "./utils/randomization";