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