-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ProbeJS config updates & disabling phantoms
- Loading branch information
1 parent
ad42080
commit f12d2a8
Showing
3 changed files
with
22 additions
and
13 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 |
---|---|---|
@@ -1,14 +1,13 @@ | ||
{ | ||
"firstLoad": false, | ||
"noAggressiveProbing": true, | ||
"docsTimestamp": 1694524116376, | ||
"allowRegistryObjectDumps": false, | ||
"allowRegistryLiteralDumps": true, | ||
"requireSingleAndPerm": true, | ||
"enabled": true, | ||
"modChanged": false, | ||
"disableRecipeJsonDump": false, | ||
"dumpJSONIntermediates": false, | ||
"pullSchema": false, | ||
"version": 1 | ||
"version": 2, | ||
"Is ProbeJS Loaded for First Time in the Modpack - Configured by ProbeJS Itself": false, | ||
"The Timestamp of ProbeJS Remote Documents - Configured by ProbeJS Itself": 1704370339573, | ||
"Disable Aggressive Mode for ProbeJS Dumps": true, | ||
"Allow ProbeJS to Resolve Classes from Registries Like Item Classes or Block Classes": true, | ||
"Allow ProbeJS to Generate Literal Types for Item/Block/etc. IDs": true, | ||
"Should ProbeJS Only Show Command in Single Player and with Cheat Enabled": true, | ||
"Should ProbeJS be Generally Enabled": true, | ||
"Disable the Recipe JSON Snippet Generation for ProbeJS triggered by `#`": true, | ||
"Should ProbeJS Generate Intermediate JSON Representation of Documents - Mostly for Debugging": false, | ||
"Should ProbeJS Download Schema Scripts from Github for Mods without Addon Supports": 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
ServerEvents.loaded(e => { | ||
e.server.runCommand("gamerule doInsomnia false") | ||
}) |