SPGoding
SPGoding
> Another thing I didn't like about nbtdoc as it stands currently: it uses a different path scheme compared to other resources in minecraft. > > How about `./nbtdoc/namespace/path/to/nbtdoc/file.nbtdoc` And...
> ``` > compound StringToState { > #[serialize_to=string] > [string]: (string | byte | short | int | long | float | double) > } > ``` > > And...
Unlike C#/Java, everything in nbtdoc is a type, as the whole purpose of this language is to define data schemas. Attribute is a way to amend arbitrary data to the...
## Justification for versioning in doc As the current sole maintainer of [mc-nbtdoc](https://github.com/Yurihaia/mc-nbtdoc) I can subjectively tell you that it is subjectively painful to maintain different versions of the doc...
The first line should only be the resource location of this function, according to the [IMP-Doc](https://github.com/SPYGlassMC/SPYGlass/wiki/IMP-Doc).
> > > There are some examples [on the wiki](https://github.com/SPYGlassMC/SPYGlass/wiki/IMP-Doc#imp-doc-for-commands) that show it is possible to start with a capital. Those examples are not for describing functions :eyes:
I will keep this open to track general improvements to our IMP-Doc implementation :eyes:
This is caused by me using the same method for checking quoted strings and quoted SNBT keys when in fact they have different criteria about unquotable values :eyes:
~~_Oh no I don't want to rename the extension_~~ It is now renamed to Spyglass!
Please report only one suggestion in each issue. For the first suggestion, there's a plan of integrating [misode's data pack generator](https://misode.github.io/) into DHP as they share the same underlying schemas....