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

10 lines
126 B
Go

package block
type BlueBanner struct {
Rotation string
}
func (BlueBanner) ID() string {
return "minecraft:blue_banner"
}