Tutorials/API: Difference between revisions
(Added List Of Tutorials) |
No edit summary |
||
Line 2: | Line 2: | ||
* [[Testing Workspace]] | * [[Testing Workspace]] | ||
* [[Compiling Workspace]] | * [[Compiling Workspace]] | ||
== Preventing 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 == | == Tutorials == |
Revision as of 14:55, 13 June 2014
Setting up the workspace
Preventing 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.