summaryrefslogtreecommitdiff
path: root/libnbtplusplus/README.md
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-04 19:47:58 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-04 19:47:58 +0300
commit8d0d919fbf43230148da7533519ed0ffdfaa4197 (patch)
tree27e352d6ca09910e577ec27a10659814e88b15b9 /libnbtplusplus/README.md
parentfce202465d4fede9e19d4d057eebbaa702291652 (diff)
downloadProject-Tick-8d0d919fbf43230148da7533519ed0ffdfaa4197.tar.gz
Project-Tick-8d0d919fbf43230148da7533519ed0ffdfaa4197.zip
NOISSUE add GitHub Actions scripts for PR preparation and review management
- Introduced `prepare.js` to validate PR mergeability and branch targeting. - Added `reviews.js` for automated review dismissal and posting. - Created `run` script to execute actions with GitHub context. - Implemented rate limiting in `withRateLimit.js` to manage API requests. - Added `supportedBranches.js` for branch classification logic. - Created `update-pinned.sh` for updating pinned dependencies. - Added `pinned.json` to manage pinned Nix dependencies. - Updated `libnbtplusplus` version from 2.3 to 3.0 and adjusted README accordingly. Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'libnbtplusplus/README.md')
-rw-r--r--libnbtplusplus/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/libnbtplusplus/README.md b/libnbtplusplus/README.md
index fdc96df533..139872eeff 100644
--- a/libnbtplusplus/README.md
+++ b/libnbtplusplus/README.md
@@ -4,7 +4,7 @@ SPDX-FileCopyrightText: 2013, 2015 ljfa-ag <ljfa-ag@web.de>
SPDX-License-Identifier: LGPL-3.0-or-later
-->
-# libnbt++ 2
+# libnbt++ 3
libnbt++ is a free C++ library for Minecraft's file format Named Binary Tag
(NBT). It can read and write compressed and uncompressed NBT files and
@@ -12,8 +12,8 @@ provides a code interface for working with NBT data.
----------
-libnbt++2 is a remake of the old libnbt++ library with the goal of making it
-more easily usable and fixing some problems. The old libnbt++ especially
+libnbt++3 is a remake of the old libnbt++2 library with the goal of making it
+more easily usable and fixing some problems. The old libnbt++2 especially
suffered from a very convoluted syntax and boilerplate code needed to work
with NBT data.
@@ -29,8 +29,8 @@ This project uses CMake for building. Ensure you have CMake installed.
### Build Steps
1. Clone the repository:
```
- git clone https://github.com/PrismLauncher/libnbtplusplus.git
- cd libnbtplusplus
+ git clone https://github.com/Project-Tick/Project-Tick.git
+ cd Project-Tick/libnbtplusplus/
```
2. Create a build directory: