-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also update Project Red for compatibility
- Loading branch information
Showing
35 changed files
with
1,408 additions
and
37 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
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,20 @@ | ||
# Configuration file | ||
|
||
general { | ||
# Flag to set if the update checker should consider unstable builds as a new version. | ||
B:check_unstable=false | ||
|
||
# Flag to enable or disable the update checker. | ||
B:check_versions=true | ||
} | ||
|
||
|
||
"world gen" { | ||
# Toggle to enable retrogeneration, a feature that would allow ores to be generated after the world has been created. | ||
B:retro_gen=false | ||
|
||
# The database ID that is used to store which chunks have been generated already. Changing this will cause generation to run again on the same chunk. | ||
S:retro_gen_id=mrtjp_gen | ||
} | ||
|
||
|
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
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,9 @@ | ||
[ | ||
{ | ||
"_HEADER": "*****************************************", | ||
"entityName": "Blizz", | ||
"_FOOTER": "*****************************************", | ||
"_COMMENT": "Aspects are in the form aspect : value ", | ||
"aspects": {} | ||
} | ||
] |
Oops, something went wrong.