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