1.21.111 support

This commit is contained in:
AkmalFairuz
2025-10-02 15:22:28 +07:00
parent 99a7495fc2
commit bb157beb03
21 changed files with 9715 additions and 99 deletions

View File

@@ -9,7 +9,7 @@ import (
const (
// ItemVersion800 ...
ItemVersion800 = 251
ItemVersion800 = 231
// BlockVersion800 ...
BlockVersion800 int32 = (1 << 24) | (21 << 16) | (80 << 8)
)