forked from NucleoidMC/plasmid
-
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.
- Loading branch information
SuperErnD
committed
Dec 17, 2024
1 parent
2d1831c
commit 0ac4cc7
Showing
4 changed files
with
51 additions
and
2 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,12 @@ | ||
{ | ||
"_c4": "Toggles visibility of F3 debug info", | ||
"displayF3Info": true, | ||
"_c5": "Enables logging of invalid registry ids (BlockStates, Blocks, Items, etc) sent by server", | ||
"logInvalidServerEntryIds": false, | ||
"_c6": "Disables Polymer's QoL changes that effects non-visual things", | ||
"disableNonVisualQualityOfLifeChanges": true, | ||
"_c7": "Enables experimental support for less standard modded containers, allowing them to display polymer items", | ||
"experimentalModdedContainerSupport": true, | ||
"_c11": "Makes polymer report time it's handshake took", | ||
"logHandshakeTime": 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,14 @@ | ||
{ | ||
"_c1": "Keep this one at 0, unless you credit this library in another way", | ||
"coreCommandOperatorLevel": 0, | ||
"_c2": "Enabled developer utilities", | ||
"enableDevTools": false, | ||
"_c3": "Uses simpler about display for /polymer command", | ||
"minimalisticAbout": false, | ||
"_c4": "Logs warnings while creating template/filter entities", | ||
"enableTemplateEntityWarnings": true, | ||
"_c5": "Enables logging of more exceptions. Useful when debugging", | ||
"logAllExceptions": false, | ||
"_c6": "Forces all player resource pack checks to always return true (detect resource pack on client)", | ||
"force_resource_pack_state_to_enabled": 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,17 @@ | ||
{ | ||
"_c7": "Displays vanilla/modded creatives tabs in /polymer creative", | ||
"displayNonPolymerCreativeTabs": true, | ||
"_c9": "Makes server send additional block updates around clicked area", | ||
"sendBlocksAroundClicked": true, | ||
"_c11": "Makes polymer report time it's handshake took", | ||
"logHandshakeTime": false, | ||
"_c12": "Enables logging of BlockState ids rebuilds", | ||
"logBlockStateRebuilds": true, | ||
"_c1": "Enables syncing of non-polymer entries as polymer ones, when PolyMc is present", | ||
"polyMcSyncModdedEntries": true, | ||
"_c2": "Delay from last light updates to syncing it to clients, in ticks", | ||
"lightUpdateTickDelay": 1, | ||
"_c4": "Enables experimental passing of ItemStack context through nbt, allowing for better mod compat", | ||
"item_stack_nbt_hack": true, | ||
"override_polymc_mining_check": 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