10 lines
173 B
Go
10 lines
173 B
Go
package block
|
|
|
|
type LightWeightedPressurePlate struct {
|
|
Power string
|
|
}
|
|
|
|
func (LightWeightedPressurePlate) ID() string {
|
|
return "minecraft:light_weighted_pressure_plate"
|
|
}
|