This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
forked from TPPIDev/TestPackPleaseIgnore
-
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.
Merge pull request #26 from Nincraft/Dev
Dev to master
- Loading branch information
Showing
16 changed files
with
1,134 additions
and
58 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"gui": { | ||
"mainScreenExtraLine": { | ||
"comment": "Enables extra line in main menu screen under buttons (if true, only note button will be displayed)", | ||
"value": true | ||
}, | ||
"mainScreenNotes": { | ||
"comment": "Enables OpenEye additions to main menu screen", | ||
"value": true | ||
} | ||
}, | ||
"features": { | ||
"responseBlacklist": { | ||
"value": [] | ||
}, | ||
"reportsBlacklist": { | ||
"value": [] | ||
}, | ||
"haltOnDangerousFiles": { | ||
"value": false | ||
} | ||
}, | ||
"data": { | ||
"scanOnly": { | ||
"value": false | ||
}, | ||
"tags": { | ||
"value": [] | ||
} | ||
}, | ||
"debug": { | ||
"pingOnInitialReport": { | ||
"value": false | ||
}, | ||
"crashOnStartup": { | ||
"value": false | ||
}, | ||
"dontSend": { | ||
"value": false | ||
} | ||
} | ||
} |
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,33 @@ | ||
# Configuration file | ||
|
||
#################### | ||
# item | ||
#################### | ||
|
||
item { | ||
I:"Enchiridion Items"=28999 | ||
} | ||
|
||
|
||
#################### | ||
# settings | ||
#################### | ||
|
||
settings { | ||
# This is a list of words that are considered books, and can be put in to book binders, if they are found in the unlocalized name of an item. | ||
S:"Book Strings" < | ||
guide | ||
manual | ||
pedia | ||
lexicon | ||
thaumonomicon | ||
mudora | ||
book | ||
routing.table | ||
compendium | ||
> | ||
B:"Debug Mode Enabled"=false | ||
B:"Print Item Codes to the Console"=false | ||
} | ||
|
||
|
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
Oops, something went wrong.