Advertisement
Corosus

Untitled

Jan 12th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. For a proper mc source live editable workspace:
  2.  
  3. - Clone the Git at whatever version you want, set up then just import the project
  4. - And setup a project dependancy instead of a jar dependancy
  5.  
  6. - regarding 'Clean or Forge' edit forge (i guess forge source has mc)
  7. - to regen the patches it's gradle genPatches
  8.  
  9.  
  10. For the other kind of workspace:
  11.  
  12. #1) download and extract the src zip
  13. #2) open command line in that folder
  14. #3) run "gradlew.bat eclipse"
  15. #4) Open eclipse, and point it to the eclipse folder as the workspace
  16. #5) profit.
  17.  
  18.  
  19. ????
  20.  
  21. [00:16:50]->>| pig | Ri5ux: git clone MinecraftForge repo
  22. [00:16:54]->>| pig | git clone FML repo
  23. [00:17:05]->>| pig | put FML clone in the fml folder in the MinecraftForge repo
  24. [00:17:15]->>| pig | run gradlew --refresh-dependencies setupForge
  25. wait
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement