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

10 lines
135 B
Go

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