8000 GitHub - qwertyuiopas/ProjectRed: A RP2 replacement
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

qwertyuiopas/ProjectRed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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, download the following files to the MCP lib directory, then link the libraries in eclipse (Rightclick on Minecraft project, select buildpath, and under libraries tab click add external jar.

 projred
 \-build
   \-forge
     \-mcp
       \-lib
         \CodeChickenCore-dev x.x.x.x.jar
         \NotEnoughItems-dev x.x.x.x.jar
         \scala-compiler.jar
         \CodeChickenLib-dev-1.6.2-x.x.x.x.jar
         \ForgeMultipart-dev-1.6.2-x.x.x.x.jar

  1. Also copy all those files to the mods directory in mcp:

 projred
 \-build
   \-forge
     \-mcp
       \-jars
         \-mods
           \CodeChickenCore-dev x.x.x.x.jar
           \NotEnoughItems-dev x.x.x.x.jar
           \scala-compiler.jar
           \CodeChickenLib-dev-1.6.2-x.x.x.x.jar
           \ForgeMultipart-dev-1.6.2-x.x.x.x.jar

  1. 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
 \-build
   \dist

About

A RP2 replacement

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0