Difference between revisions of "Tutorials/API"

From Galacticraft Wiki
Jump to: navigation, search
m (1 revision)
 
 
Line 21: Line 21:
 
{{Galacticraft}}
 
{{Galacticraft}}
  
[[Category:Tutorials]]
+
[[Category:API]]

Latest revision as of 15:26, 2 November 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


Impt.png
Unless stated otherwise, all information contained on this wiki should be considered outdated and might not reflect in-game experiences