modmuss50 / Fluxed-Redstone

A RF cables mod for modern Minecraft.
MIT License
14 stars 6 forks source link

Consider using Forgelin #33

Open marvin-roesch opened 7 years ago

marvin-roesch commented 7 years ago

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, while at least relocating it. 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. Additionally, Kotlin doesn't always like being relocated (especially if you potentially end up shipping the reflection library as well), so going with Forgelin instead is the optimal route for keeping compatibility with other mods written in Kotlin.

modmuss50 commented 7 years ago

Yeah, I had planned on using it or rewriting the mod in java.