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