JurassiCraft is a mod made to bring prehistoric creatures to the world of Minecraft. It is inspired by Jurassic Park, but is not limited to all JP canon: as many creatures and features as possible will be added! Creatures are made Jurassic Park style, by obtaining fossils or amber, using the fossils or amber to create DNA, inserting the DNA into eggs, and hatching the eggs. The mod recently merged with two other mods, entitled the Bygone Age Mod and the Fossil Hunting Mod, which will bring users a more complete modded-Minecraft experience.
Kashmoney
TheLieutenantGhost
gegy1000
Reuxertz
jglrxavpok
TheLarsinator
Kaneras
WorldSEnder
iLexiconn
TheLieutenantGhost
Sulgran
TheDurpiDaedric
TheLieutentantGhost
TheDurpiDaedric
Raptorek20
Cucholololthespanishman
Ma_rio11
Feel free to speed up development and create pull requests. Here's a guide on how to setup your workspace.
First, make a fork of this repository. When you've done that, you can clone that reposity. Depending on your installation settings, you either have to run the command in the git Bash, or the CMD/Terminal.
git clone https://github.com/<Your Username>/JurassiCraft2
When that's done, go into the newly created directory JurassiCraft2
and run in the console if you're on Windows:
gradlew.bat setupDecompWorkspace
Or this when you're on any other operating system (Like Mac OS X and Ubuntu):
./gradlew setupDecompWorkspace
Then for Eclipse:
gradlew.bat eclipse
or for IntelliJ IDEA:
gradlew.bat idea
Now open the workspace and voilà, you can start contributing!