Update packetid, lang, blocks

This commit is contained in:
Tnze
2022-06-08 15:07:42 +08:00
parent 93cce185a7
commit c891efac94
126 changed files with 391 additions and 180 deletions

View File

@ -13,10 +13,6 @@ type Item struct {
StackSize uint
}
func (i Item) String() string {
return i.DisplayName
}
var (
Stone = Item{
ID: 1,