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

10 lines
156 B
Go

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