9 lines
87 B
Go
9 lines
87 B
Go
package block
|
|
|
|
type Air struct {
|
|
}
|
|
|
|
func (Air) ID() string {
|
|
return "minecraft:air"
|
|
}
|