Files
go-mc/level/block/hopper.go
2022-03-09 10:47:46 +08:00

11 lines
128 B
Go

package block
type Hopper struct {
Enabled string
Facing string
}
func (Hopper) ID() string {
return "minecraft:hopper"
}