rosaqq / Naschkatze

Minecraft mod
MIT License
0 stars 0 forks source link

# Naschkatze A Minecraft Mod
Jump to Project Setup Instructions

Mod revamp plan

Currently translating roadmap to issues -> GitHub Project.
Information is also being migrated to the wiki -> Project Wiki.

Project Setup Instructions

This is a MinecraftForge project (homepage, github).
See the Forge Documentation for more detailed instructions:
http://mcforge.readthedocs.io/en/latest/gettingstarted/

Step 1:

Step 2: IntelliJ Setup

  1. Open IDEA, select import project.
  2. Select the build.gradle file on the import GUI.
  3. Run gradlew genIntellijRuns in the project folder.
  4. Refresh the Gradle Project if required.
  5. To get Thermal Expansion & Co. in dev env:
    1. Create folder dev_mods in project root.
    2. Add the CoFH Core, Thermal Foundation, and Thermal Expansion jars.
      (Currently using versions 1.16.3-1.1.6)
    3. Gradle should take care of everything now.