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

10 lines
126 B
Go

package block
type Stonecutter struct {
Facing string
}
func (Stonecutter) ID() string {
return "minecraft:stonecutter"
}