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

10 lines
153 B
Go

package block
type WarpedPressurePlate struct {
Powered string
}
func (WarpedPressurePlate) ID() string {
return "minecraft:warped_pressure_plate"
}