schematic icon indicating copy to clipboard operation
schematic copied to clipboard

Read MCEdit/WorldEdit schematics in Node.js

Results 2 schematic issues
Sort by recently updated
recently updated
newest added

Using the example snippet, I get an error. ``` const Schematic = require("schematic")("1.9") ``` ``` var Schematic = require("schematic")("1.9") ^ TypeError: require(...) is not a function ``` Using node v9.8.0

In `package.json` (https://github.com/1b8/schematic/blob/master/package.json#L18) it looks like schematic is only using `^0.14.0` for `minecraft-data`. https://github.com/PrismarineJS/node-minecraft-data is on version `0.17.0`. Would it be a good idea to update this dependency version to...