Vitiate
Jurassic World Reborn is a prehistoric creature Mod, inspired by the classic dinosaur mod "JurassiCraft". While the mod carries several similarities to JurassiCraft, the code is not JurassiCraft's code, but our own property, having been entirely written by our coders.
Wyn Price
Last_Dovahkiin
WinterKILLER435 // DroidBait284
Verified_Bear // Alis
AveLardo12 // InnovativePachyderm
DTRaptor, The Political Advisor
Neicke
TotallyTruthful
Bastion16
CreatarCreator
Fluffy Taco // JR_2202
Pedro Resende
Spino mastermind
Sniffity
Loxures
Josef_Germany (MCingram)
Verified_Bear
GuardianInASuit
Just Monika
Firewolf786YT
Collinvht
Boom
RextheZilla98
ᗰι𝓬ʰ𝐈𝐠Ữ𝓝 (Michigun)
AGSucho
JurassicXenomorph
Ms.Random
Totemaster
Tornado
Bizarre Altispinax
LordofLustria
Jabelar
Gegy
WorldSEnder
Paul Fulham
Cuchololthespanishman
Raptorek20
LordofLustria
jglrxavpok
amellinger
iLexiconn
PapaWhale
SoggyMustache
Wyn Price
JTGHawk137
CarrotJet
RaptorWhisper
HarvNut
Andreas
Reuxertz
AnarchCassius
NeusFear
SanAndreasP
Shrek5InTheatres2019
Compaszer
Brownboiiwonder
PT400C
CarrotJet
Cody
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>/RebornMod
When that's done, go into the newly created directory RebornMod
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
... and append the name of the IDE you use - eclipse or idea:
Example for Windows and IDEA:
gradlew.bat setupDecompWorkspace idea
Now open the workspace and voilà, you can start contributing!