#Always Night datapack.
1 messages · Page 1 of 1 (latest)
you need a period as well
the gametime always counts up and never resets
if you set a period of 24000 it acts like a modulo calculation and makes it so the predicate always gets a number in the range of 0-24000
I can only recommend using misode for any json files. That way you can easily see what's available and can better experiment.
which mc version are you on?
26.1
world clocks are a thing added since 26.1. They are basically data-driven game timer.
the day-night cylce uses the minecraft:overworld clock
thanks!