Days since last sleept

Started by ThePureWriter on

Topic category: Help with MCreator software

Last seen on 18:10, 13. May 2019
Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Days since last sleept

So i want to make a mod that is based on the last day you sleept, is there a way for me to do that

In MCreator 1.8.3 this will…
Mon, 03/04/2019 - 16:19

In MCreator 1.8.3 this will be possible with when the player goes to bed event and entity-specific variables. Then update the time since the last in bed using entity tick update global trigger. This way you will be able to get time since bed in ticks.

For now, you can only do this with custom code.