├── LICENSE.md ├── NBT.txt ├── README.markdown ├── bigtest.nbt ├── nbt.class.php ├── smalltest.nbt └── test.php /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheFrozenFire/PHP-NBT-Decoder-Encoder/HEAD/LICENSE.md -------------------------------------------------------------------------------- /NBT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheFrozenFire/PHP-NBT-Decoder-Encoder/HEAD/NBT.txt -------------------------------------------------------------------------------- /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheFrozenFire/PHP-NBT-Decoder-Encoder/HEAD/README.markdown -------------------------------------------------------------------------------- /bigtest.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheFrozenFire/PHP-NBT-Decoder-Encoder/HEAD/bigtest.nbt -------------------------------------------------------------------------------- /nbt.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheFrozenFire/PHP-NBT-Decoder-Encoder/HEAD/nbt.class.php -------------------------------------------------------------------------------- /smalltest.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheFrozenFire/PHP-NBT-Decoder-Encoder/HEAD/smalltest.nbt -------------------------------------------------------------------------------- /test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheFrozenFire/PHP-NBT-Decoder-Encoder/HEAD/test.php --------------------------------------------------------------------------------