Skip to content

Commit

Permalink
ProbeJS config updates & disabling phantoms
Browse files Browse the repository at this point in the history
  • Loading branch information
Electrolyte220 committed Jan 25, 2024
1 parent ad42080 commit f12d2a8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 13 deletions.
23 changes: 11 additions & 12 deletions kubejs/config/probejs.json
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
}
9 changes: 8 additions & 1 deletion kubejs/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
"./probe/generated",
"./probe/user"
],
"target": "ES2015"
"target": "ES2015",
"rootDirs": [
"probe/generated",
"probe/user",
"server_scripts",
"startup_scripts",
"client_scripts"
]
}
}
3 changes: 3 additions & 0 deletions kubejs/server_scripts/Gamerules.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ServerEvents.loaded(e => {
e.server.runCommand("gamerule doInsomnia false")
})

0 comments on commit f12d2a8

Please sign in to comment.