Rework soundIDs and packetIDs generator code to not be platform specific
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
// This file is automatically generated by gen_soundIDs.go. DO NOT EDIT.
|
||||
|
||||
package data
|
||||
|
||||
//go:generate bash -c "go run gen_soundIDs.go > soundIDs.go"
|
||||
|
||||
// This file is automatically generated by gen_soundIDs.go. DO NOT EDIT.
|
||||
//go:generate go run gen_soundIDs.go
|
||||
|
||||
// SoundID represents a sound ID used in the minecraft protocol.
|
||||
type SoundID int32
|
||||
|
Reference in New Issue
Block a user