Remove unused math import from item generator

Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
jolheiser
2021-08-06 10:49:53 -05:00
parent 09af48aae3
commit ba26dc6adc
3 changed files with 249 additions and 257 deletions

View File

@ -138,10 +138,6 @@ func main() {
fmt.Fprintln(f, `// Package item stores information about items in Minecraft.
package item
import (
"math"
)
// ID describes the numeric ID of an item.
type ID uint32