Skip to content

KorDum/NotEnoughScaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

de6dde8 · Aug 16, 2019

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotEnoughScaffold 1.12.2

The master branch will always contain the latest released version with possibly some bug fixes for that version that will eventually be released. New versions will be created in branched named like {mc_version}-{mod_version}

IntelliJ IDEA

  1. Execute the following gradle command to setup your workspace:
./gradlew setupDecompWorkspace
  1. Open IntelliJ IDEA and import Gradle project

  2. Close IntelliJ IDEA

  3. Execute the following gradle command to create the necessary idea project files:

./gradlew genIntellijRuns
  1. Select Minecraft Client from Run configurations and press the green play button. Minecraft should now launch.