Time Variable go higher than 24000 the Minecraft time? Why?

Started by BlockBit on

Topic category: Troubleshooting, bugs, and solutions

Active 2 years ago
Joined Jan 2020
Points:
981

User statistics:

  • Modifications: 6
  • Forum topics: 40
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 162
Time Variable go higher than 24000 the Minecraft time? Why?

I creat a procedure wich set a global variable to the Minecraft time and then as i test it, and wait, it go higher than 24000. But a minecraft day goes only to 24000 and back to 1

Active 1 month ago
Joined Jun 2020
Points:
729

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 1
  • Comments: 137
The server time will track…
Fri, 09/04/2020 - 00:55

The server time will track how many ticks the server/world has been loaded for, not the ticks for each day/night cycle.

Active 2 years ago
Joined Jan 2020
Points:
981

User statistics:

  • Modifications: 6
  • Forum topics: 40
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 162
Ok thats new. I find it out…
Tue, 09/08/2020 - 09:10

Ok thats new. I find it out but on an not perfect way. I make a procedure when the time is at 24000, the time go back to 0 so i mean set time to 0.^^

Active 2 years ago
Joined Jan 2020
Points:
981

User statistics:

  • Modifications: 6
  • Forum topics: 40
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 162
IT works with the modulo…
Sat, 10/31/2020 - 06:25

IT works with the modulo. Thanks

Active 2 years ago
Joined Jan 2020
Points:
981

User statistics:

  • Modifications: 6
  • Forum topics: 40
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 162
Hi, i know that this problem…
Thu, 02/25/2021 - 10:17

Hi, i know that this problem was close but i would ask again because i dont know how to do this in MCreator 2021.1

thanks...