Tutorials/API: Difference between revisions
No edit summary |
No edit summary |
||
(2 intermediate revisions by one other user 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 == | == Setting up the workspace == | ||
* [[Testing Workspace]] | * [[Testing Workspace]] | ||
* [[Compiling Workspace]] | * [[Compiling Workspace]] | ||
== Preventing Game | == Preventing the Game from Crashing == | ||
Add | Add this to your @Mod part: | ||
, dependencies = "required-after:GalacticraftCore;" | , dependencies = "required-after:GalacticraftCore;" | ||
Example: | Example: |
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.