Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.
/ mc-nbt-paths Public archive

A repository for NBT documentation for Minecraft blocks, entities, and items

License

Notifications You must be signed in to change notification settings

Yurihaia/mc-nbt-paths

Repository files navigation

DEPRECATION NOTICE

This library will never be touched again, please use mc-nbtdoc

NBT Docs

This repo is basically JSON Schema but for NBT. the format is as following

Node:

type: STRING. An NBT tag type or `root`.
ref: STRING. A URI to another file. in the form of *file path*#*node path in file*. The `#` and anything after is optional	
child_ref: LIST. A List of refrences to add to the child if `type` is "compound"	
	*: STRING. A URI like *ref*	
children: OBJECT. The sub nodes in `type` is "compound"	
	**a node**: OBJECT. A child node. See *Node*	
item: OBJECT. The object type if `type` is "list". See *Node*  

About

A repository for NBT documentation for Minecraft blocks, entities, and items

Resources

License

Stars

Watchers

Forks

Packages

No packages published