config: import pack config files
This commit is contained in:
parent
b76c650efe
commit
348be6b09f
128 changed files with 13500 additions and 1 deletions
12
config/polymer/client.json
Normal file
12
config/polymer/client.json
Normal file
|
@ -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": false,
|
||||
"_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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue