Update /bot for 1.18

This commit is contained in:
Tnze
2021-12-11 02:40:41 +08:00
parent a70aaa81d6
commit 97b706f6eb
10 changed files with 57 additions and 30 deletions

View File

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