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.
- Install necessary softwares:
- Open the command window, and run
git clone https://github.com/sshockwave/TinyCreatures.git
in your working directory. - Once you have cloned the repository, browse into it and run
gradlew setupDecompWorkspace
. - After all that finished, you're left with a choice.
- For eclipse:
- Run
gradlew eclipse
. - open Eclipse and switch your workspace to
/eclipse/
.
- Run
- For IntelliJ IDEA:
- Open IDEA, and import project.
- Select your build.gradle file and have it import.
- Once it's finished you must close IntelliJ and run
gradlew genIntellijRuns
&gradlew idea
- For eclipse:
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.
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.
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>
I have downloaded the libraries at your convenience.
Put the unzipped file into the following directory: "%USERPROFILE%/.gradle"