Started by
Endergamer20011
on
Topic category: Help with MCreator software
Hello ! I would like to get the current day in the world but I'm looking for and I can't find how to do it . Could someone help me?
Topic category: Help with MCreator software
Hello ! I would like to get the current day in the world but I'm looking for and I can't find how to do it . Could someone help me?
You can do something like this:
((Get current world time) MOD [24000])
or if what you mean is the Literal day, on World Tick Update
make it so every 24K ticks it sets Global Number Variable: Day_Number to Get Global:Day_Number + 1
and on your procedure, check Day Number =??
round_down(get_world_time/24000)
worked for me