Daylight Condition.
JusQxnatyss opened this issue · 5 comments
It would be nice to have a Condition detecting if it's either the Day or the Night, rather than having two separate Condition requests hence why the name "Daylight".
it would have to be 2 seperate conditions otherwise the condition would always be active?
Also you can already detect if its day or night with commands and the command result condition exist so you can use that for now
i'm assuming he means
"enabling": {
"type": "palladium:daylight",
"time": "day"
}
or
"enabling": {
"type": "palladium:daylight",
"time": "night"
}