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