Pretty-prints SNBT.
The SNBT-like JSON to pretty-print.
The options to use.
The pretty-printed SNBT.
prettyPrintSNBT(prismarineToSNBT({ type: "compound", value: { enabled: { type: "byte", value: 1 } }})) Copy
prettyPrintSNBT(prismarineToSNBT({ type: "compound", value: { enabled: { type: "byte", value: 1 } }}))
Pretty-prints SNBT.