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