Skip to content

Commit 24d3174

Browse files
committed
Add NBT validation section to Chinese tutorial
1 parent a2cbea3 commit 24d3174

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/Tutorial_zh.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,4 +390,8 @@ listTag.addAnyTag(new StringTag("HelloNBT"));
390390
assert listTag.equals(new ListTag<>(TagType.COMPOUND)
391391
.addTag(new CompoundTag().addInt("", 123))
392392
.addTag(new CompoundTag().addString("", "HelloNBT")));
393-
```
393+
```
394+
395+
## NBT 验证
396+
397+
TODO: 实现 NBTSchema

0 commit comments

Comments
 (0)