Compiling Workspace: Difference between revisions
(→Notes) |
No edit summary |
||
Line 1: | Line 1: | ||
== Prerequisites == | == Prerequisites == | ||
* Galacticraft Dev Deobf Files - You can download them from http://www.micdoodle8.com/mods/galacticraft/downloads/dev | * Galacticraft Dev Deobf Files - You can download them from http://www.micdoodle8.com/mods/galacticraft/downloads/dev. | ||
** You may also download the latest build from [http://ci.micdoodle8.com/job/Galacticraft-Dev/ Jenkins] | ** You may also download the latest build from [http://ci.micdoodle8.com/job/Galacticraft-Dev/ Jenkins]. | ||
* Galacticraft Github Code [https://github.com/micdoodle8/Galacticraft Galacticraft Github Code] (Download Zip) | * Galacticraft Github Code [https://github.com/micdoodle8/Galacticraft Galacticraft Github Code] (Download Zip) | ||
== Setting up the workspace == | == Setting up the workspace == | ||
Videos coming soon ! | Videos coming soon! | ||
# Open "Forge/mcp/libs" | # Open "Forge/mcp/libs". | ||
# Copy Galacticraft Dev Deobf files here | # Copy Galacticraft Dev Deobf files here. | ||
[[File:Copy_GC_Libs.png|thumbnail]] | [[File:Copy_GC_Libs.png|thumbnail]] | ||
# Open Eclipse | # Open Eclipse. | ||
# Right | # Right-click on Minecraft project, click Properties->Java Build Path->Libraries->Add External Jars and select the 4 dev files. | ||
[[File:Eclipse GC Libs.png|thumbnail]] | [[File:Eclipse GC Libs.png|thumbnail]] | ||
# Extract Galacticraft Github | # Extract Galacticraft Github code. | ||
# Open common | # Open common. | ||
# Copy | # Copy all files to "Forge/mcp/src". | ||
# Open "Forge/mcp/src/micdoodle8/mods/galacticraft/" | # Open "Forge/mcp/src/micdoodle8/mods/galacticraft/". | ||
# Delete | # Delete all folders without API folder. | ||
# At "Forge/mcp" Run "recompile.bat/.sh" then "updatemd5.bat/.sh" | # At "Forge/mcp" Run "recompile.bat/.sh" then "updatemd5.bat/.sh". | ||
== Notes == | == Notes == | ||
* This workspace is just for compiling | * This workspace is just for compiling; you can't run Minecraft MCP. | ||
{{Galacticraft}} | {{Galacticraft}} | ||
[[Category:Tutorials]] | [[Category:Tutorials]] |
Revision as of 04:24, 15 June 2014
Prerequisites
- Galacticraft Dev Deobf Files - You can download them from http://www.micdoodle8.com/mods/galacticraft/downloads/dev.
- You may also download the latest build from Jenkins.
- Galacticraft Github Code Galacticraft Github Code (Download Zip)
Setting up the workspace
Videos coming soon!
- Open "Forge/mcp/libs".
- Copy Galacticraft Dev Deobf files here.
- Open Eclipse.
- Right-click on Minecraft project, click Properties->Java Build Path->Libraries->Add External Jars and select the 4 dev files.
- Extract Galacticraft Github code.
- Open common.
- Copy all files to "Forge/mcp/src".
- Open "Forge/mcp/src/micdoodle8/mods/galacticraft/".
- Delete all folders without API folder.
- At "Forge/mcp" Run "recompile.bat/.sh" then "updatemd5.bat/.sh".
Notes
- This workspace is just for compiling; you can't run Minecraft MCP.
|
Cookies help us deliver our services. By using our services, you agree to our use of cookies.