ANN: RubyCraft 0.1.1 Released

RubyCraft is a simple library for manipulating Minecraft region files.
Installation is as simple as:

$ gem install rubycraft

Quick Example

filename = " ~/.minecraft/saves/$SAVENAME/region/r.0.0.mcr"
r = Region.fromFile(filename)
r.chunk(0, 0).block_map { :gold }
r.exportToFile filename

Using it I’ve created a real function 3d plotting lib:

The source is available on Github:

On Wed, Aug 3, 2011 at 2:41 PM, Daniel R. [email protected] wrote:

r.exportToFile filename

lol, I love it!