Skip to content
This repository has been archived by the owner on Feb 18, 2019. It is now read-only.
/ TinyCreatures Public archive

A minecraft forge mod which adds diseases, microorganisms, and bio-engineering to the game.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE-new.txt
Notifications You must be signed in to change notification settings

sshockwave/TinyCreatures

Repository files navigation

TinyCreatures

Tiny Creatures is a minecraft forge mod which adds diseases, microorganisms, and bio-engineering to the game.

For the introduction to the game, please visit the Wiki page.

Development guide

  1. Install necessary softwares:
  2. Open the command window, and run git clone https://github.com/sshockwave/TinyCreatures.git in your working directory.
  3. Once you have cloned the repository, browse into it and run gradlew setupDecompWorkspace.
  4. After all that finished, you're left with a choice.
    • For eclipse:
      1. Run gradlew eclipse.
      2. open Eclipse and switch your workspace to /eclipse/.
    • For IntelliJ IDEA:
      1. Open IDEA, and import project.
      2. Select your build.gradle file and have it import.
      3. Once it's finished you must close IntelliJ and run gradlew genIntellijRuns & gradlew idea

If at any point you are missing libraries in your IDE, or you've run into problems you can run gradlew --refresh-dependencies to refresh the local cache. gradlew clean to reset everything (this does not effect your code) and then start the processs again.

Speeding up the process

Most of the resources needed during the installation is stored in servers outside China, which might cause a lot of troubles. It's highly recommended to setup with a good Internet condition, or access via a proxy abroad.

Proxies

Through socks:

./gradlew setupDecompWorkspace -DsocksProxyHost=<host> -DsocksProxyPort=<port>

Through https:

./gradlew setupDecompWorkspace -Dhttps.proxyHost=<host> -Dhttps.proxyPort=<port>

Through http:

./gradlew setupDecompWorkspace -Dhttp.proxyHost=<host> -Dhttp.proxyPort=<port>

Pre-setup

I have downloaded the libraries at your convenience.

Put the unzipped file into the following directory: "%USERPROFILE%/.gradle"

About

A minecraft forge mod which adds diseases, microorganisms, and bio-engineering to the game.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE-new.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages