mineflayer-schem
Version:
A mineflayer plugin for building structures from schematic files (modern and legacy) with advanced chest and block support.
32 lines (31 loc) • 746 B
JSON
{
"name": "mineflayer-schem",
"version": "1.5.2",
"description": "A mineflayer plugin for building structures from schematic files (modern and legacy) with advanced chest and block support.",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node example/simpleBuilder.js"
},
"keywords": [
"mineflayer",
"minecraft",
"schematic",
"schem",
"litematic",
"bot",
"builder",
"automation"
],
"author": "AnonymoDGH",
"license": "MIT",
"dependencies": {
"mineflayer": "^4.20.1",
"mineflayer-pathfinder": "^2.4.0",
"mineflayer-tool": "^1.2.0",
"prismarine-nbt": "^2.5.0",
"prismarine-item": "^1.14.0",
"minecraft-data": "^3.69.0",
"vec3": "^0.1.8"
}
}