Sha256: 2454498e42e656140f56cd9afc232ebfa1521ef272fa71e2948ad68acbef204a
Contents?: true
Size: 774 Bytes
Versions: 2
Compression:
Stored size: 774 Bytes
Contents
nbt_utils ========= Some classes for handling [Minecraft](http://minecraft.net) .nbt files. See [the spec](http://www.minecraft.net/docs/NBT.txt) for more info, also mirrored in the doc directory in a file named `NBT.txt`. Installation ============ Requires ruby 1.9 minimum. Tested with 1.9.2. gem install nbt_utils No sudo. You *are* using [rvm](http://rvm.beginrescueend.com/), right? Use === require 'nbt_utils' @tag = NBTUtils::File.new.read('some_nbt_file.nbt') puts @tag.to_s Copyright ========= Copyright (c) 2010 Michael Dungan, mpd@jesters-court.net, released under the MIT license. The files `NBT.txt`, `test.nbt`, and `bigtest.nbt` in the doc directory are mirrored from the Minecraft website and not covered under the above license.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nbt_utils-0.0.3 | README.md |
nbt_utils-0.0.2 | README.md |