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

12 lines
166 B
Go

package block
type TripwireHook struct {
Attached string
Facing string
Powered string
}
func (TripwireHook) ID() string {
return "minecraft:tripwire_hook"
}