/JurassicWorldRebornMod

Primary LanguageJavaGNU Lesser General Public License v2.1LGPL-2.1

RebornMod

RebornMod Leader

Vitiate

The code is modified and built up from an older version of JurassiCraft's code, having been also worked upon by JWR's coders. Credit goes to the original JurassiCraft team for laying the foundations for the code that was expanded upon to make this project a reality.

###RebornMod Co-Leader

Angelicmax

Developers

Last_Dovahkiin

Polarfox

Red

Modelers / Sound Designers / Textures / Concept Artists

AveLardo12 // InnovativePachyderm

DTRaptor, The Political Advisor

Giodude1580

Neicke

CreatarCreator

Fluffy Taco // JR_2202

Bug-Testers

LordBlaines

Rexthezilla98

Shadow...

HaruYukima

Contributors

Bastion16

ImaStego

Totally Truthful

WinterKILLER435 // DroidBait284

Pedro Resende

Verified_Bear // Alis

Just Monika

Wyn Price

Sniffity

Loxures

Firewolf786YT

Collinvht

Boom

RextheZilla98

ᗰι𝓬ʰ𝐈𝐠Ữ𝓝 (Michigun)

AGSucho

Josef_Germany (MCingram)

JurassicXenomorph

Ms.Random

Totemaster

Tornado

Bizarre Altispinax

LordofLustria

Special Mentions To JurassiCraft

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

Contributing

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!