Tutorials/API

From Galacticraft Wiki
Jump to: navigation, search
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