Updated 1.21.6
This commit is contained in:
12
data/sound/sound.go
Normal file
12
data/sound/sound.go
Normal file
@ -0,0 +1,12 @@
|
||||
package sound
|
||||
|
||||
type Sound interface {
|
||||
sound()
|
||||
ID() string
|
||||
}
|
||||
|
||||
// This file stores all possible block states into a TAG_List with gzip compressed.
|
||||
//
|
||||
//go:generate go run ./generator/main.go
|
||||
|
||||
type ID int
|
Reference in New Issue
Block a user