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