10 lines
132 B
Go
10 lines
132 B
Go
package block
|
|
|
|
type YellowBanner struct {
|
|
Rotation string
|
|
}
|
|
|
|
func (YellowBanner) ID() string {
|
|
return "minecraft:yellow_banner"
|
|
}
|