Vitiate
Vitiate
Aecht Rob
Sniffity
Gamma_002
NightEagle
PanicPlay
Seentro
Zth404(Z)
CreatarCreator
GameVideosForLife
HuskyTacodile
Lord Udon
Scoob (Mr.Dino)
Neickee
Ryu Enyo
Rexthezilla98
HireAMercenary
Firewolf786
Goofy
Last_Dovahkiin
HaruYukima
AveLardo12 // InnovativePachyderm
Fluffy Taco // JR_2202
DTRaptor, The Political Advisor
Giodude1580
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
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!