The Wayback Machine - http://web.archive.org/web/20220530223531/https://github.com/topics/nbt
Here are
189 public repositories
matching this topic...
Go libraries of everything in Minecraft
Combined MCEdit & Pymclevel repository.
Updated
Jun 8, 2021
Python
Python library that implements the Minecraft network protocol and data types
Updated
May 28, 2022
Python
Add custom NBT tags to Items/Tiles/Entities without NMS!
Updated
May 26, 2022
Java
General purpose library for Minecraft Bedrock Edition software written in Go
An up-to-date NBT viewer and editor with lots of new features
A java implementation of the NBT protocol, including a way to implement custom tags.
Updated
May 10, 2022
Java
A node.js powered interface for E38/E39/E53 + E6x/E9x BMW vehicles (Client side)
Updated
Apr 9, 2022
JavaScript
Fast serde serializer and deserializer for Minecraft's NBT and Anvil formats
A python library to read and edit nbt data.
Updated
Apr 6, 2022
Python
A full-featured Rust crate for working with Minecraft's Named Binary Tag (NBT) file format, including Serde support.
Updated
Dec 30, 2021
Rust
A C++ library for Minecraft's file format NBT
A plugin for bukkit servers, which aims to reduce the lag that the server experiences by combining several entities into a single entity.
Updated
Apr 16, 2022
Java
🎮 CraftLib wraps the entire Minecraft codebase as a Java / Kotlin library. Supports protocol, NBT, chat and schematics. 1.7.x - 1.8.x
Updated
May 30, 2022
Kotlin
An in-game NBT editor for Bukkit.
Updated
Dec 23, 2021
Java
[MineCraft] Minecraft PowerNBT plugin
Updated
Feb 26, 2022
Java
A Minecraft clone using Unity.
Minecraft server implementation in C#
Library for rendering and emulating parts of Minecraft
Updated
May 13, 2022
TypeScript
Kotlin NBT library for kotlinx.serialization
Updated
Dec 13, 2021
Kotlin
NBT & Anvil save format library
Updated
May 14, 2022
Kotlin
A set of tools to develop plugins using the Bukkit API
Updated
Mar 20, 2022
Java
Una's NBT Editor - an advanced interactive command-line NBT editor
Updated
Oct 31, 2020
Java
Java NBT(Named Binary Tag) library.
Chess in Java using JavaFX
Updated
Sep 13, 2019
Java
A MoonLake Core API Plugin for Minecraft Bukkit & Spigot
Updated
Aug 29, 2018
Kotlin
An easy to use encoder and decoder for the NBT format
Updated
Jul 31, 2021
TypeScript
Simple and fast NBT implementation in Python 3.
Updated
Jul 13, 2020
Python
Improve this page
Add a description, image, and links to the
nbt
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
nbt
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
If a mod implements custom structures that are variants of ones used in Vanilla, there should be a feature to replace the tag name with a Vanilla equivalent. For example, if a mod implements the structure
supermod:superstronghold, there should be an option to replace this withminecraft:strongholdso that Eye of Enders can point to this structure, rather than ignoring it.The syntax could