Started by
ThePureWriter
on
Topic category: Help with MCreator software
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
Topic category: Help with MCreator software
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 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.