TeamWizardry / LibrarianLib

A library for the TeamWizardry mods
GNU Lesser General Public License v3.0
26 stars 21 forks source link

[1.12.2] Bundles and relies on outdated Kotlin #176

Open LlamaLad7 opened 2 years ago

LlamaLad7 commented 2 years ago

This mod relies on and bundles Kotlin 1.3.0, and makes use of experimental features at the time of development (unsigned types), and so when other mods bundle Kotlin 1.5.30, this mod breaks due to the unsigned types methods having changed. It would be great if you could compile against and bundle a more recent version.

malusafada commented 2 years ago

a

thecodewarrior commented 2 years ago

I'm currently working on trying to jury-rig together a new build, but I need to update gradle to update kotlin, which means I need to update ForgeGradle, which is a nightmare, so it may be a bit.

SystemlessDev commented 2 years ago

Any progress on this?

thecodewarrior commented 2 years ago

Unfortunately not. Work has been stressful lately, so I've had very little motivation for working on personal projects. Especially stressful and mentally taxing projects like this one.

SystemlessDev commented 2 years ago

Gotcha. Prioritize work and irl over a Minecraft mod. It's way more important with your mental health and all that. Hope things become better soon ❤️😁

ChAoSUnItY commented 2 years ago

There's currently an updated version of Forgelin calls Forgelin Continuous (I'm the author of it), and there's no additional content compared to original one, so you may probably want to give it a try.

Link: https://www.curseforge.com/minecraft/mc-mods/forgelin-continuous

thecodewarrior commented 2 years ago

Yeah, that was my plan, but in order to compile against newer kotlin stdlib versions I have to use newer versions of gradle, which requires upgrading forgegradle, which is a nightmare.