Railcraft

Railcraft

34M Downloads

How do I build the mod using IntelliJ IDEA? I'm a total noob at building MC mods from source.

evelynharthbrooke opened this issue ยท 6 comments

commented

The title says it all..

commented

gradlew idea instead of gradlew eclipse
or gradlew setupDecompWorkspace idea to do those two together.

commented

And what about setting up the Forge environment? As the mod requires Forge to be able to build it.

commented

@KamranMackey What do you mean? Look at the 'Building' section in the README. Just replace 'eclipse' with 'idea' in the command.

commented

I'm talking about the section under the "Building" header that says "The Railcraft Project follows standard Forge conventions for setting up and building a project, with a couple additional details (details to come)."

commented

If you run gradlew tasks from your command line you can see what options are available from forge gradle. Things like runclient / runserver are likely what you're after.

commented

The readme does not cover setting up your Forge environment as that is covered in detail on the Forge wiki. And frankly, its as simple as clone->run "gradlew setupDecompWorkspace eclipse idea".