forked from SierraBay/SierraBay12
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c838eb
commit ac85774
Showing
18 changed files
with
959 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/singleton/modpack/dead_sea | ||
name = "Мёртвое Море" | ||
desc = "Добавляет кастомизированную планету с мёртвым океаном и подземными водными пещерами" | ||
author = "SWIFT0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#ifndef MODPACK_DEAD_SEA | ||
#define MODPACK_DEAD_SEA | ||
|
||
#include "_dead_sea.dm" | ||
|
||
#include "code/dead_sea_areas.dm" | ||
#include "code/dead_sea.dm" | ||
|
||
#endif | ||
// BEGIN_INTERNALS | ||
// END_INTERNALS | ||
// BEGIN_FILE_DIR | ||
#define FILE_DIR . | ||
// END_FILE_DIR | ||
// BEGIN_PREFERENCES | ||
// END_PREFERENCES | ||
// BEGIN_INCLUDE | ||
#include "_dead_sea.dm" | ||
#include "code\dead_sea.dm" | ||
#include "code\dead_sea_areas.dm" | ||
// END_INCLUDE |
Oops, something went wrong.