SirEdvin / Turtlematic

ComputerCraft addon that makes turtle great again!
MIT License
11 stars 2 forks source link

KotlinX compileOnly dependency crashing live clients #10

Closed Lumintorious closed 1 year ago

Lumintorious commented 1 year ago

Can you use java.time.Instant.now() instead of kotlinx.datetime.Clock.System.now() in the ChunkManager class that handles chunk loading for turtles? This is an external dependency not provided by Forge or even the Kotlin for Forge mod so it crashes the game when not in the development environment.

SirEdvin commented 1 year ago

Oh, that is bad. I will try to address it shortly, sorry for this.

Lumintorious commented 1 year ago

Thanks a lot for the quick reply :)

SirEdvin commented 1 year ago

So, I believe this is fixed as part of 0.7.4 release (actually, only this :) )

Lumintorious commented 1 year ago

Is it possible to fix this for the 1.19.4 version?

SirEdvin commented 1 year ago

Oh, sure, I will release fix today and probably backport it even further it time.

SirEdvin commented 1 year ago

Done :)

If something doesn't work for some reason, please, report :)