Started by KuzynOfficial2 on Sat, 09/02/2023 - 14:14 Topic category: Help with Minecraft modding (Java Edition) I want to check the day count for a procedure, is it possible Jump to top You can use theGet current world time block and divide it by 24000 which is the amount of tics in a day. Round it down to get only complete day count. Small warning, I'm not sure but using /time command may screw up the day count. Ps. Using modulo will give you the amount of tics that passed, but only of the current day. Jump to top Permalink Log in or register to post comments Can you show an image of that? cuz I dont really understand Jump to top Permalink Log in or register to post comments
You can use theGet current world time block and divide it by 24000 which is the amount of tics in a day. Round it down to get only complete day count. Small warning, I'm not sure but using /time command may screw up the day count. Ps. Using modulo will give you the amount of tics that passed, but only of the current day. Jump to top Permalink Log in or register to post comments
Can you show an image of that? cuz I dont really understand Jump to top Permalink Log in or register to post comments
You can use the
Get current world time
block and divide it by24000
which is the amount of tics in a day. Round it down to get only complete day count.Small warning, I'm not sure but using /time command may screw up the day count.
Ps. Using modulo will give you the amount of tics that passed, but only of the current day.
Can you show an image of that? cuz I dont really understand