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