autaut03 / kottle

Kotlin language provider for Forge 1.13.2+
GNU Lesser General Public License v3.0
30 stars 13 forks source link

Add mods.toml #20

Closed Boothwhack closed 4 years ago

Boothwhack commented 4 years ago

Adds a mods.toml file with mod type set to LANGPROVIDER. This removes the need to have the Kottle jar file in the mods directory when developing.

autaut03 commented 4 years ago

Hey! Thanks for the RP.

I tested it and it works, but I couldn't find any references to this anywhere in Forge's code. Nothing ever reads attribute "type", yet somehow it works.

So I tried setting type to literally SOMETHING and it still works. Amazing. It turns out type isn't even needed, so I'll drop it after merge to not cause confusion.

Anyway, thanks again.