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