10 lines
144 B
Go
10 lines
144 B
Go
package block
|
|
|
|
type OakPressurePlate struct {
|
|
Powered string
|
|
}
|
|
|
|
func (OakPressurePlate) ID() string {
|
|
return "minecraft:oak_pressure_plate"
|
|
}
|