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

10 lines
158 B
Go

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