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
|
||||
}
|
14
config/polymer/common.json
Normal file
14
config/polymer/common.json
Normal file
|
@ -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
|
||||
}
|
22
config/polymer/resource-pack.json
Normal file
22
config/polymer/resource-pack.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"_c0": "UUID of default/main resource pack.",
|
||||
"main_uuid": "872de8b7-10c8-4d9d-bc33-b7443e692ea4",
|
||||
"_c1": "Marks resource pack as required, only effects clients and mods using api to check it",
|
||||
"markResourcePackAsRequiredByDefault": false,
|
||||
"_c2": "Force-enables offset of CustomModelData",
|
||||
"forcePackOffset": false,
|
||||
"_c3": "Value of CustomModelData offset when enabled",
|
||||
"offsetValue": 100000,
|
||||
"_c4": "Enables usage of alternative armor rendering for increased mod compatibility. (Always on with Iris or Canvas present)",
|
||||
"use_alternative_armor_rendering": false,
|
||||
"_c5": "Included resource packs from mods!",
|
||||
"include_mod_assets": [],
|
||||
"_c6": "Included resource packs from zips!",
|
||||
"include_zips": [
|
||||
"world/resources.zip"
|
||||
],
|
||||
"_c7": "Path used for creation of default resourcepack!",
|
||||
"resource_pack_location": "polymer/resource_pack.zip",
|
||||
"_c8": "Prevents selected paths from being added to resource pack, if they start with provided text.",
|
||||
"prevent_path_with": []
|
||||
}
|
19
config/polymer/server.json
Normal file
19
config/polymer/server.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"_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,
|
||||
"_c3": "Forcefully enables strict block updates, making client desyncs less likely to happen",
|
||||
"force_strict_block_updates": false,
|
||||
"_c4": "Enables experimental passing of ItemStack context through nbt, allowing for better mod compat",
|
||||
"item_stack_nbt_hack": true,
|
||||
"override_polymc_mining_check": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue