Tutorials/API: Difference between revisions
Mastergalen (talk | contribs) No edit summary |
No edit summary |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{msgbox | {{msgbox | ||
|type = danger | |type=danger | ||
|text = | |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}} | {{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
- 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.