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

11 lines
161 B
Go

package block
type DaylightDetector struct {
Inverted string
Power string
}
func (DaylightDetector) ID() string {
return "minecraft:daylight_detector"
}