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