blocks codegen
This commit is contained in:
10
level/block/daylight_detector.go
Normal file
10
level/block/daylight_detector.go
Normal file
@ -0,0 +1,10 @@
|
||||
package block
|
||||
|
||||
type DaylightDetector struct {
|
||||
Inverted string
|
||||
Power string
|
||||
}
|
||||
|
||||
func (DaylightDetector) ID() string {
|
||||
return "minecraft:daylight_detector"
|
||||
}
|
Reference in New Issue
Block a user