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