9 lines
100 B
Go
9 lines
100 B
Go
package block
|
|
|
|
type VoidAir struct {
|
|
}
|
|
|
|
func (VoidAir) ID() string {
|
|
return "minecraft:void_air"
|
|
}
|