Files
go-mc/level/block/sticky_piston.go
2022-03-09 10:47:46 +08:00

11 lines
149 B
Go

package block
type StickyPiston struct {
Extended string
Facing string
}
func (StickyPiston) ID() string {
return "minecraft:sticky_piston"
}