blocks codegen
This commit is contained in:
9
level/block/yellow_banner.go
Normal file
9
level/block/yellow_banner.go
Normal file
@ -0,0 +1,9 @@
|
||||
package block
|
||||
|
||||
type YellowBanner struct {
|
||||
Rotation string
|
||||
}
|
||||
|
||||
func (YellowBanner) ID() string {
|
||||
return "minecraft:yellow_banner"
|
||||
}
|
Reference in New Issue
Block a user