Tiny client and server pack for daxe's community modrinth.com/project/daxe
at main 20 lines 1.1 kB view raw
1{ 2 "_c7": "Displays vanilla/modded creatives tabs in /polymer creative", 3 "displayNonPolymerCreativeTabs": false, 4 "_c9": "Makes server send additional block updates around clicked area", 5 "sendBlocksAroundClicked": false, 6 "_c11": "Makes polymer report time it's handshake took", 7 "logHandshakeTime": false, 8 "_c12": "Enables logging of BlockState ids rebuilds", 9 "logBlockStateRebuilds": true, 10 "_c1": "Enables syncing of non-polymer entries as polymer ones, when PolyMc is present", 11 "polyMcSyncModdedEntries": true, 12 "_c2": "Delay from last light updates to syncing it to clients, in ticks", 13 "lightUpdateTickDelay": 1, 14 "_c14": "Amount of recipes that get split into seperate packets instead of being sent all at once. Should help avoiding packet size limit. -1 disables it", 15 "split_recipe_book_packet_amount": -1, 16 "_c15": "Changes stonecutter a bit to fix custom recipes not working with it.", 17 "force_enable_stonecutter_fix": false, 18 "_c13": "Replaces PolyMc's block and item interaction handling with Polymer ones", 19 "override_polymc_mining_check": false 20}