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

10 lines
161 B
Go

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