ThreeTAG / Palladium

GNU General Public License v3.0
11 stars 10 forks source link

Daylight Condition. #94

Closed JusQxnatyss closed 11 months ago

JusQxnatyss commented 1 year ago

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".

Nexominer commented 1 year ago

it would have to be 2 seperate conditions otherwise the condition would always be active?

Nexominer commented 1 year ago

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

ThePhantomPig791 commented 1 year ago

i'm assuming he means

"enabling": {
 "type": "palladium:daylight",
 "time": "day"
}

or

"enabling": {
 "type": "palladium:daylight",
 "time": "night"
}
Nexominer commented 1 year ago

Ah

JusQxnatyss commented 1 year ago

Yea Piggie that's exactly what I meant..Also I'm aware that we can do it with Commands I just think it's simpler in case other people would require the Condition as well.