Skip to content

NarigudoBR/ProjectRed

 
 

Repository files navigation

ProjectRed

A RP2 replacement

Big thanks to immibis, who allows people to freely use his code. About 80% of the wiring code in this mod is from Immibis's RedLogic.

Setting up the dev environment:

  1. Set up your folder structure like this:

  projred
  \-ProjectRed
 	\build.xml
 	\common
   	\resources
  	\dummy
  	\etc.

  1. CD to ProjectRed folder.
  2. Run this command:

ant fullfilesetup


  1. After its done, everything should be set up.
  2. Open eclipse and link the following sources:

 projred
 \-ProjectRed
   \common
   \resources
   \dummy

  1. To create a test release, run:

ant testbuild


This will use your dev environment to reobfuscate, then restore the state back to development.

  1. The finished jar will be in:

 projred
 \-ProjectRed
   \build
     \dist

About

A RP2 replacement

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%