Update /bot for 1.18
This commit is contained in:
@ -13,6 +13,10 @@ type Item struct {
|
||||
StackSize uint
|
||||
}
|
||||
|
||||
func (i Item) String() string {
|
||||
return i.DisplayName
|
||||
}
|
||||
|
||||
var (
|
||||
Stone = Item{
|
||||
ID: 1,
|
||||
|
Reference in New Issue
Block a user