codecs update

This commit is contained in:
2025-06-20 20:58:31 +08:00
parent 20c2d11bde
commit eeaeff02c0
5 changed files with 360 additions and 474 deletions

View File

@ -17,7 +17,7 @@ type SetStructureBlock struct {
Rotation int32 `mc:"VarInt"`
Metadata string
Integrity float32
Seed int32 `mc:"VarLong"`
Seed int64 `mc:"VarLong"`
Flags int8
}