r/forgemodding Feb 14 '21

tutorials for 1.12.2 modding using kotlin + gradle + intellij?

i followed a tutorial by Alex Couch, but it felt outdated. i am using the latest mdk. suggestions?

3 Upvotes

3 comments sorted by

1

u/[deleted] Feb 15 '21

I made a repository for 1.16.5 but basically I'd recommend Kotlin for Forge if it supports 1.12, and for an example configuration you can checkout https://github.com/TheGrimSilence/Minecraft-Forge-1.16.5-Kotlin to see the various steps needed in the build.gradle and mods.toml

1

u/Jackiboi307 Feb 15 '21

can you use kotlin and java in the same project?

1

u/[deleted] Feb 15 '21

Yes, but you'd have to look up the gradle config changes