I need help making a day count telling you which day it is in the week

Started by beboblobo on

Topic category: Help with modding (Java Edition)

Last seen on 11:42, 5. May 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need help making a day count telling you which day it is in the week

I need help making a day count telling you which day it is in the week. I want to make this for my brother for a roleplay world with mods but we need to know what day it is so i need to make a day counter. I came far but am stuck  here:

You may need to use modulo …
Fri, 05/03/2024 - 08:15

You may need to use modulo (MOD) math operator to "wrap around" values from 0-6. You can find MOD by placing "+" procedure block and then changing it to MOD in dropdown

Last seen on 11:42, 5. May 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It needs to be able to know…
Fri, 05/03/2024 - 08:15

It needs to be able to know which day is equal to monday tuesday wensday etc. But i dont know how i can automate that cause else i  will be there for forever making if = or loops

Last seen on 11:42, 5. May 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So (get local : day count …
Fri, 05/03/2024 - 08:19

So (get local : day count (MOD) (0))?

Last seen on 11:42, 5. May 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you i got it working :)
Sat, 05/04/2024 - 15:40

Thank you i got it working :)