CMDred / TimeLib

A Minecraft Data Pack library that lets you get the real life date & time ingame.
MIT License
5 stars 0 forks source link

1.20.1 version? #4

Closed vinnyg0621 closed 1 month ago

vinnyg0621 commented 3 months ago

it doesn't work for me on that version 😞

SilicatYT commented 1 month ago

1.20.1 is not supported by TimeLib, and there are no plans of porting it backwards.

vinnyg0621 commented 1 month ago

wait, why? that’s the only version i use, and i don’t use any newer versions than that one

vinnyg0621 commented 1 month ago

why? please tell me!!

SilicatYT commented 1 month ago

Because it would require massive code changes to port the most recent TimeLib version over (as well as testing in all scenarios to make sure it works), and releasing an older version of TimeLib after a newer one is already available would mess with the changelogs.

Is there a reason you can't use 1.20.3+?

Edit: To elaborate, it could get ported to 1.20.2 with a bit of effort, but porting it to 1.20.1 is basically impossible because function macros don't exist in that version. It would require tons of hardcoding.