Skip to content

Craft-Bin/mc-schematic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mc-schematic

Ruby gem for handling Minecraft schematic files.

Installation

If you're using bundler, you can build from git:

gem 'mc-schematic', github: 'craft-bin/mc-schematic'

Usage

Create a schematic object by suppling either a String, File, or GzipFile

MCSchematic.new File.open('path-to-your-.schematic-file')

Images

This gem comes with block and item images. If you're using rails, you can copy the images into your public folder by loading the rake task images.rake into your Rakefile

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages