1.2.2
Yoinked minimap zoom in from ender client
Hickupp wrote:- The additional reported month/season day is off by -10. (mouse-hovering over calendar show correct season-day)
From what I see in the code the time shown below vanila calendar is in-game time from the start of the server, and calendar itself shows global game time (right now 29th day of 2nd month because I think the skipped spring). So I think that is correct.
Sometimes it might bug out and show 0 though, I think I saw that once or twice. Might be also related to timer issues.
kabuto202 wrote:After running a groovy script the character's movement become locked until relog is finished. Is this intended behaviour?
Edit: Yeah, some fuckery seems to be abound. Basically running the game with the latest version of the JDK (21) causes to above issue plus groovy scripts to not work. Where as running it with JDK 17 causes game to freeze up for ~10 second every time a menu is interacted with.
For the first one, maybe there is some error that causes ui to crash? Take a look in console if there are any details
Maybe loading of scripts take longer on slower disks and thats why it freezes. I might move loading to separate thread to try to mitigate that.