10 lines
153 B
Go
10 lines
153 B
Go
package block
|
|
|
|
type WarpedPressurePlate struct {
|
|
Powered string
|
|
}
|
|
|
|
func (WarpedPressurePlate) ID() string {
|
|
return "minecraft:warped_pressure_plate"
|
|
}
|