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