mineflayer-schem
Version:
A builder plugin for Mineflayer that allows bots to build structures using schematics
38 lines (37 loc) • 971 B
JSON
{
"name": "mineflayer-schem",
"version": "1.3.6",
"description": "A builder plugin for Mineflayer that allows bots to build structures using schematics",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mineflayer",
"minecraft",
"bot",
"builder",
"schematic",
"chest"
],
"author": "AnonymoDGH",
"license": "MIT",
"dependencies": {
"minecraft-data": "^3.78.0",
"mineflayer": "^4.8.1",
"mineflayer-pathfinder": "^2.4.2",
"mineflayer-tool": "^1.0.0",
"prismarine-block": "^1.16.3",
"prismarine-item": "^1.15.0",
"prismarine-schematic": "^1.2.2",
"vec3": "^0.1.8"
},
"repository": {
"type": "git",
"url": "https://github.com/AnonymoDGH/mineflayer-builder.git"
},
"bugs": {
"url": "https://github.com/AnonymoDGH/mineflayer-builder/issues"
},
"homepage": "https://github.com/AnonymoDGH/mineflayer-builder#readme"
}