First support 1.21.130

This commit is contained in:
AkmalFairuz
2025-12-10 23:05:46 +07:00
parent 2b6358ea51
commit 65693b1e85
22 changed files with 10348 additions and 40 deletions

View File

@@ -9,7 +9,7 @@ import (
const (
// ItemVersion844 ...
ItemVersion844 = 241
ItemVersion844 = 251
// BlockVersion844 ...
BlockVersion844 int32 = (1 << 24) | (21 << 16) | (111 << 8)
)