Tutorials/API: Difference between revisions
Mastergalen (talk | contribs) m (Mastergalen moved page Setting Galacticraft API to Tutorials/API without leaving a redirect) |
No edit summary |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== | {{msgbox | ||
|type=danger | |||
|text=This tutorial is just for Galacticraft 2 with Minecraft 1.6.4}} | |||
== Setting up the workspace == | |||
* [[Testing Workspace]] | |||
* [[Compiling 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 == | ||
* [[Adding New Galaxy]] | |||
* [[Adding Celestial Body]] | |||
* [[Creating First Planet-Moon]] | |||
* [[Setting Teleport Type]] | |||
* [[Celestial Body With Oxygen - Oxygen Event]] | |||
{{Galacticraft}} | |||
[[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
- Adding New Galaxy
- Adding Celestial Body
- Creating First Planet-Moon
- Setting Teleport Type
- Celestial Body With Oxygen - Oxygen Event
|
Cookies help us deliver our services. By using our services, you agree to our use of cookies.