update: automodpack

This commit is contained in:
snusxd
2026-04-05 13:08:45 +03:00
commit 5fa8d3277d
6090 changed files with 682709 additions and 0 deletions

View 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
}