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