Time Based Advancements

Started by ThatGumGuy on

Topic category: Help with Minecraft modding (Java Edition)

Last seen on 20:10, 27. Oct 2024
Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Time Based Advancements

I'm trying to add advancements for spending different amounts of time in a world, eg 100, 200, 500, 800, up to 1000. But I can't figure out how to make it work, I tried making a variable that tracks how many ticks you spend in a world (2,000 per day I believe,) but that didn't work, and I'm confused. 

Last seen on 17:42, 27. Oct 2024
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
make a variable for world,…
Sun, 10/27/2024 - 17:39

make a variable for world, and have a procedure that adds 1 to that variable every tick.

Last seen on 20:10, 27. Oct 2024
Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tried that, but it doesn't…
Sun, 10/27/2024 - 20:11

I tried that, but it doesn't work