Skip to content

Tags: pmmp/NBT

Tags

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
Add length limit checks for CompoundTag and TreeRoot names

I am amazed we weren't checking this already. This ensures the error shows up in the place that caused it, and not when it gets encoded.

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump shivammathur/setup-php in the github-actions group (#125)

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
...

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
Improve documentation

0.3.4

Toggle 0.3.4's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
Fix CS

0.3.3

Toggle 0.3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
JsonNbtParser: fixed TypeError being thrown when mixing ListTag value…

… types

0.3.2

Toggle 0.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
CompoundTag: quietly ignore repeated keys, instead of throwing

this isn't ideal, but we don't have much of a choice; many chunks in very old PM worlds are affected by the furnace bug (basically any chunk with a furnace);
we have no other way to avoid losing the entire chunk to corruption errors

0.2.19

Toggle 0.2.19's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
CompoundTag: repeat 3e0d9ef for 0.2 legacy

0.3.1

Toggle 0.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
ListTag: fixed incorrect exception type thrown when encountering a no…

…n-empty list of TAG_End

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
Fixed PHPUnit deprecation warning