New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mc-schematic

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mc-schematic

Read MCEdit/WorldEdit schematics

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

schematic

NPM version

Read Minecraft MCEdit/WorldEdit schematics.

var fs = require('fs');
var Schematic = require('schematic')('1.8');

fs.readFile('test/test1.schematic', function (err, data) {
  Schematic.parse(data, function (err, schem) {
    console.log(schem.getBlock(0, 0, 0));
  });
});

Documentation

Example

Keywords

minecraft

FAQs

Package last updated on 06 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts