Emberwalker / Forgelin

DEPRECATED: See https://github.com/shadowfacts/Forgelin now. Kotlin for Forge
http://minecraft.curseforge.com/mc-mods/230191-forgelin
ISC License
39 stars 8 forks source link

1.9 #7

Open elifoster opened 8 years ago

elifoster commented 8 years ago

Fairly straight forward: Do you plan on updating this for Minecraft/Forge 1.9? I'd love to be able to write my 1.9 mods in Kotlin.

Emberwalker commented 8 years ago

The existing versions should work fine in 1.9 already; the Forge language interface didn't change to my knowledge - is there a bug with it?

elifoster commented 8 years ago

You can't run mods that expect 1.8.9 on 1.9; Forge will not let you. I'm not 100% sure what mod metadata Forge gets this expectation from, but I assume it's from the mcmod.info.

Emberwalker commented 8 years ago

Hmm, it seems the mcmod.info is still getting packed, even though the Adapter no longer runs as a mod. I'll sort that.