10 lines
190 B
Go
10 lines
190 B
Go
package block
|
|
|
|
type PolishedBlackstonePressurePlate struct {
|
|
Powered string
|
|
}
|
|
|
|
func (PolishedBlackstonePressurePlate) ID() string {
|
|
return "minecraft:polished_blackstone_pressure_plate"
|
|
}
|