thedarkcolour / KotlinForForge

Makes Kotlin forge-friendly.
GNU Lesser General Public License v2.1
187 stars 26 forks source link

Including language provider in a mod jar file? #58

Closed chimbersaw closed 1 year ago

chimbersaw commented 1 year ago

Hi! I am very new to minecraft modding and am now trying to figure out a way to load my mod as a single jar. I've learned that you can use jarjar or shadow jar for mod dependencies but it doesn't seem to work for a language provider such as yours. Could be please explain me if there is a way to include your jar in a mod so that a user doesn't have to manually download it and place it in the mods folder? What is the preferred method of doing so?

thedarkcolour commented 1 year ago

This is not currently possible due to a limitation in Forge.

chimbersaw commented 1 year ago

thx for clarifying