Tutorials/API: Difference between revisions

(Do not remove warning notice until it has been vetted by a developer.)
No edit summary
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{msgbox
{{msgbox
|type = danger
|type=danger
|text = The contents of this tutorial have not been verified and may not work. Proceed at your own risk!
|text=This tutorial is just for Galacticraft 2 with Minecraft 1.6.4}}
}}
{{stub}}
== 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 [http://ci.micdoodle8.com/job/Galacticraft-Dev/ Jenkins]
* Galacticraft Github Code [https://github.com/micdoodle8/Galacticraft Galacticraft Github Code] (Download Zip)
 
== Setting up the workspace ==
== Setting up the workspace ==
Photos and videos coming soon !
* [[Testing Workspace]]
# Open "Forge/mcp/libs"
* [[Compiling Workspace]]
# Copy Galacticraft Dev Deobf files here
[[File:Copy_GC_Libs.png|thumbnail]]
 
# Open Eclipse
# 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]]


# Extract Galacticraft Github Code
== Preventing the Game from Crashing ==
# Open common
Add this to your @Mod part:
# Copy All Files to "Forge/mcp/src"
    , dependencies = "required-after:GalacticraftCore;"
# Open "Forge/mcp/src/micdoodle8/mods/galacticraft/"
Example:
# Delete All Folders Without API Folder
    @Mod(modid="GalacticraftPixelGalaxyID", name="GalacticraftPixelGalaxy", version="0.0.8", dependencies = "required-after:GalacticraftCore;")
# At "Forge/mcp" Run "recompile.bat/.sh" then "updatemd5.bat/.sh"


== Notes ==
== Tutorials ==
* You cannot launch MCP Forge Minecraft, you should Package (Compile) your Galacticraft Addon and test it in your Minecraft client first
* [[Adding New Galaxy]]
* [[Adding Celestial Body]]
* [[Creating First Planet-Moon]]
* [[Setting Teleport Type]]
* [[Celestial Body With Oxygen - Oxygen Event]]


{{Galacticraft}}
{{Galacticraft}}


[[Category:Tutorials]]
[[Category:Tutorials]]

Latest revision as of 04:22, 15 June 2014

This tutorial is just for Galacticraft 2 with Minecraft 1.6.4

Setting up the workspace

Preventing the Game from Crashing

Add this to your @Mod part:

   , dependencies = "required-after:GalacticraftCore;"

Example:

   @Mod(modid="GalacticraftPixelGalaxyID", name="GalacticraftPixelGalaxy", version="0.0.8", dependencies = "required-after:GalacticraftCore;")

Tutorials


Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Need wiki hosting?

Do you need a wiki for your Minecraft mod/gaming wiki? We'll host it for free! Contact us.

Other wikis

Indie-game wikis
Powered by Indie Wikis