From b264aed6e9b01f8a7aa7bca0564109293d84687b Mon Sep 17 00:00:00 2001 From: Lulu13022002 <41980282+Lulu13022002@users.noreply.github.com> Date: Fri, 24 Sep 2021 19:41:08 +0200 Subject: [PATCH] Update readme --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 1f64178..8954177 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ libnbt can: * Use the new float/double/string array tag added recently in NMSC. libnbt does yet not provide support for: -* Reading .mca files used for storing regions. +* Reading .mca/.mcr files used for storing regions. * Working with the SNBT format. These are likely to be added in the future. @@ -20,12 +20,6 @@ These are likely to be added in the future. ## Usage Instructions libnbt is dependent on either [zlib](https://www.zlib.net/) or [miniz](https://github.com/richgel999/miniz). A copy of miniz is included in this repository. -To use this file, you need to put this: -```c -#define NBT_IMPLEMENTATION -``` -in *one* C/C++ source file before `#include`ing `nbt.h`. You may find that creating a dedicated source file with just this `#define` and the `#include` may be easiest. - If your program does not already use zlib or miniz, you will also need to compile `miniz.c`. ## Documentation