Better Foliage

Better Foliage

35M Downloads

Consider using Forgelin

marvin-roesch opened this issue ยท 1 comments

commented

Hi there, I'm currently looking through mod projects that use Kotlin as their language of choice. I see that your mod shades the Kotlin standard library itself, without relocating it. Unfortunately, yours is not the only mod that uses Kotlin and hence conflicts might arise in the future if your mod loads alongside another one that relies on a different version of Kotlin. You might want to consider using Forgelin instead. It gives you access to some more libraries than just the Kotlin standard library and does so without bloating your own mod JAR. The greatest benefit obviously is that there won't be any conflicts (be it version- or relocation-related) with other Kotlin mods.

commented

This please