Skip to content

TealNerd/CivRadar

Repository files navigation

CivRadar (FML 1.8) Build Status

A radar mod for Civcraft

All the gradle stuff is from Lunatrius so ty for that

Installing and Using CivRadar

  1. Run Minecraft 1.8 at least once (not 1.8.x, just regular 1.8)
  2. Download the Forge 1.8-11.14.1.1404 Installer or another version (OTHER VERSIONS ARE NOT OFFICIALLY SUPPORTED BUT MAY WORK)
  3. Run the installer and install forge
  4. Open your .minecraft folder
  5. Download the latest CivRadar release
  6. if you don't see a folder called 'mods', create one, then put the CivRadar jar in the mods folder
  7. Open the minecraft launcher
  8. Create a new profile and select the version 'release Forge 1.8-11.14.1.1404'
  9. Run the forge profile and proceed to enjoy the mod!

Compiling from Source

This mod is compiled using the Forge Mod Loader (FML) mod pack which includes data from the Minecraft Coder Pack (MCP).

To compile this mod from the source code provided

  1. Clone the repo
  2. Open le command line
  3. run gradlew setupDevWorkspace
  4. run gradlew build
  5. BOOM! it'll be in the build/libs folder

Happy Hacking!