Started by
StalkyGurl
on
Topic category: Help with Minecraft modding (Java Edition)
I was trying to make a New Year Event using new procedures blocks (current month and day of this month) and changed system date to check if this works but nothing happend. Then I tried with different dates but still nothing. While experimenting only current year procedure worked. This procedure works perfectly fine without checking the date so something is wrong with time condition. Any ideas?
Minecraft version - 1.16.5
MCreator version - 2021.3
Edited by StalkyGurl on Wed, 12/22/2021 - 21:03
A picture of your procedure at least?
Ok, I finally found a solution. So, for anyone who will encounter this problem in the future - the given month must be subtracted by 1 (e.g december is 11 for some reason)