Files
shacraft-core/docs/verification/server-benchmark.json
T

41162 lines
1.4 MiB
Plaintext

{
"passed": true,
"profile": "release",
"binary": "/home/emil/Desktop/shacraft-core/target/release/shacraft-server",
"budgets": {
"ten_client_rss_bytes": 268435456,
"p95_tick_ms": 50
},
"budget_results": {
"rss_passed": true,
"tick_passed": true
},
"cache_bounded": true,
"workload": {
"fork_counts": [
1,
10,
100
],
"players": 10,
"input_hz": 20,
"sampling_interval_ms": 100,
"active_sample_ms": 15000,
"template": "lobby",
"scope": "local seeded map; storage and authoritative movement; not full vanilla mechanics"
},
"limitations": [
"No comparison with Minecraft or a modded server",
"Tick metrics measure server step work, not end-to-end latency",
"Process RSS excludes browser clients and operating-system disk cache",
"Cache entries remain bounded after disconnect; zero active worlds does not imply zero retained cache"
],
"phases": [
{
"phase": "idle_1_template_forks",
"samples": 29,
"rss_bytes": {
"p50": 52707328,
"p95": 52723712,
"max": 52723712
},
"tick_ms": {
"p50": 0.002024,
"p95": 0.002394,
"max": 0.002755
},
"process_high_water_bytes": 52723712,
"players": 0,
"active_worlds": 0,
"world_count": 6,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"slow_clients_disconnected": 0,
"queued_client_bytes": 0
},
{
"phase": "idle_10_template_forks",
"samples": 29,
"rss_bytes": {
"p50": 52789248,
"p95": 52793344,
"max": 52793344
},
"tick_ms": {
"p50": 0.001863,
"p95": 0.002424,
"max": 0.002925
},
"process_high_water_bytes": 52793344,
"players": 0,
"active_worlds": 0,
"world_count": 15,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"slow_clients_disconnected": 0,
"queued_client_bytes": 0
},
{
"phase": "idle_100_template_forks",
"samples": 29,
"rss_bytes": {
"p50": 52953088,
"p95": 52953088,
"max": 52953088
},
"tick_ms": {
"p50": 0.0019240000000000001,
"p95": 0.002365,
"max": 0.002835
},
"process_high_water_bytes": 52953088,
"players": 0,
"active_worlds": 0,
"world_count": 105,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"slow_clients_disconnected": 0,
"queued_client_bytes": 0
},
{
"phase": "10_moving_clients_shared_world",
"samples": 142,
"rss_bytes": {
"p50": 59494400,
"p95": 59691008,
"max": 59768832
},
"tick_ms": {
"p50": 2.205753,
"p95": 9.543319,
"max": 40.179120999999995
},
"process_high_water_bytes": 59768832,
"players": 10,
"active_worlds": 1,
"world_count": 105,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 7102,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"slow_clients_disconnected": 0,
"queued_client_bytes": 0
},
{
"phase": "10_moving_clients_separate_worlds",
"samples": 142,
"rss_bytes": {
"p50": 62513152,
"p95": 62533632,
"max": 62550016
},
"tick_ms": {
"p50": 2.0932899999999997,
"p95": 7.325514,
"max": 19.305461
},
"process_high_water_bytes": 62550016,
"players": 10,
"active_worlds": 10,
"world_count": 105,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14344,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"slow_clients_disconnected": 0,
"queued_client_bytes": 0
},
{
"phase": "after_disconnect_idle",
"samples": 29,
"rss_bytes": {
"p50": 62550016,
"p95": 62550016,
"max": 62550016
},
"tick_ms": {
"p50": 0.002004,
"p95": 0.0025450000000000004,
"max": 0.0026249999999999997
},
"process_high_water_bytes": 62550016,
"players": 0,
"active_worlds": 0,
"world_count": 105,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"slow_clients_disconnected": 0,
"queued_client_bytes": 0
}
],
"samples": [
{
"phase": "idle_1_template_forks",
"time": 1789396049606,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52625408,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 22,
"tick_ms": 0.001804,
"uptime_seconds": 1,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52637696
},
{
"phase": "idle_1_template_forks",
"time": 1789396049714,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52637696,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 24,
"tick_ms": 0.0016929999999999998,
"uptime_seconds": 1,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52658176
},
{
"phase": "idle_1_template_forks",
"time": 1789396049824,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52658176,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 26,
"tick_ms": 0.002024,
"uptime_seconds": 1,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52666368
},
{
"phase": "idle_1_template_forks",
"time": 1789396049931,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52666368,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 28,
"tick_ms": 0.0021739999999999997,
"uptime_seconds": 1,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52674560
},
{
"phase": "idle_1_template_forks",
"time": 1789396050037,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52674560,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 30,
"tick_ms": 0.002254,
"uptime_seconds": 1,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52678656
},
{
"phase": "idle_1_template_forks",
"time": 1789396050142,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52678656,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 32,
"tick_ms": 0.0016330000000000001,
"uptime_seconds": 1,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52682752
},
{
"phase": "idle_1_template_forks",
"time": 1789396050248,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52682752,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 35,
"tick_ms": 0.0023350000000000003,
"uptime_seconds": 1,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52686848
},
{
"phase": "idle_1_template_forks",
"time": 1789396050355,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52686848,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 37,
"tick_ms": 0.002064,
"uptime_seconds": 1,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52690944
},
{
"phase": "idle_1_template_forks",
"time": 1789396050463,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52690944,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 39,
"tick_ms": 0.002103,
"uptime_seconds": 2,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52695040
},
{
"phase": "idle_1_template_forks",
"time": 1789396050569,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52695040,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 41,
"tick_ms": 0.001993,
"uptime_seconds": 2,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52699136
},
{
"phase": "idle_1_template_forks",
"time": 1789396050676,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52699136,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 43,
"tick_ms": 0.0016530000000000002,
"uptime_seconds": 2,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52703232
},
{
"phase": "idle_1_template_forks",
"time": 1789396050782,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52703232,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 45,
"tick_ms": 0.002164,
"uptime_seconds": 2,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52703232
},
{
"phase": "idle_1_template_forks",
"time": 1789396050888,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52703232,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 47,
"tick_ms": 0.002164,
"uptime_seconds": 2,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52707328
},
{
"phase": "idle_1_template_forks",
"time": 1789396050993,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52707328,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 49,
"tick_ms": 0.001793,
"uptime_seconds": 2,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52707328
},
{
"phase": "idle_1_template_forks",
"time": 1789396051099,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52707328,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 52,
"tick_ms": 0.002184,
"uptime_seconds": 2,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52711424
},
{
"phase": "idle_1_template_forks",
"time": 1789396051205,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52715520,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 54,
"tick_ms": 0.002394,
"uptime_seconds": 2,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52715520
},
{
"phase": "idle_1_template_forks",
"time": 1789396051311,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52715520,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 56,
"tick_ms": 0.002614,
"uptime_seconds": 2,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52715520
},
{
"phase": "idle_1_template_forks",
"time": 1789396051417,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52715520,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 58,
"tick_ms": 0.001953,
"uptime_seconds": 2,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52719616
},
{
"phase": "idle_1_template_forks",
"time": 1789396051523,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52719616,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 60,
"tick_ms": 0.001613,
"uptime_seconds": 3,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52719616
},
{
"phase": "idle_1_template_forks",
"time": 1789396051629,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52719616,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 62,
"tick_ms": 0.001673,
"uptime_seconds": 3,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52719616
},
{
"phase": "idle_1_template_forks",
"time": 1789396051734,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52719616,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 64,
"tick_ms": 0.0016929999999999998,
"uptime_seconds": 3,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52723712
},
{
"phase": "idle_1_template_forks",
"time": 1789396051839,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52723712,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 66,
"tick_ms": 0.002144,
"uptime_seconds": 3,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52723712
},
{
"phase": "idle_1_template_forks",
"time": 1789396051944,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52723712,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 68,
"tick_ms": 0.001683,
"uptime_seconds": 3,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52723712
},
{
"phase": "idle_1_template_forks",
"time": 1789396052048,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52723712,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 71,
"tick_ms": 0.001562,
"uptime_seconds": 3,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52723712
},
{
"phase": "idle_1_template_forks",
"time": 1789396052156,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52723712,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 73,
"tick_ms": 0.002144,
"uptime_seconds": 3,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52723712
},
{
"phase": "idle_1_template_forks",
"time": 1789396052260,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52723712,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 75,
"tick_ms": 0.0016229999999999999,
"uptime_seconds": 3,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52723712
},
{
"phase": "idle_1_template_forks",
"time": 1789396052366,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52723712,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 77,
"tick_ms": 0.001603,
"uptime_seconds": 3,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52723712
},
{
"phase": "idle_1_template_forks",
"time": 1789396052471,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52723712,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 79,
"tick_ms": 0.002194,
"uptime_seconds": 4,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52723712
},
{
"phase": "idle_1_template_forks",
"time": 1789396052576,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 2,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52723712,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32375,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 295,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 6,
"world_limit": 10000
},
"tick": 81,
"tick_ms": 0.002755,
"uptime_seconds": 4,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 6,
"process_high_water_bytes": 52723712
},
{
"phase": "idle_10_template_forks",
"time": 1789396053705,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52752384,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 104,
"tick_ms": 0.0017430000000000002,
"uptime_seconds": 5,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52756480
},
{
"phase": "idle_10_template_forks",
"time": 1789396053811,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52756480,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 106,
"tick_ms": 0.0021739999999999997,
"uptime_seconds": 5,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52756480
},
{
"phase": "idle_10_template_forks",
"time": 1789396053916,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52760576,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 108,
"tick_ms": 0.001503,
"uptime_seconds": 5,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52760576
},
{
"phase": "idle_10_template_forks",
"time": 1789396054023,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52764672,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 110,
"tick_ms": 0.001583,
"uptime_seconds": 5,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52772864
},
{
"phase": "idle_10_template_forks",
"time": 1789396054128,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52772864,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 112,
"tick_ms": 0.001523,
"uptime_seconds": 5,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52776960
},
{
"phase": "idle_10_template_forks",
"time": 1789396054235,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52776960,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 114,
"tick_ms": 0.001502,
"uptime_seconds": 5,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52781056
},
{
"phase": "idle_10_template_forks",
"time": 1789396054340,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52781056,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 116,
"tick_ms": 0.001803,
"uptime_seconds": 5,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52781056
},
{
"phase": "idle_10_template_forks",
"time": 1789396054444,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52781056,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 118,
"tick_ms": 0.0023439999999999997,
"uptime_seconds": 6,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52781056
},
{
"phase": "idle_10_template_forks",
"time": 1789396054550,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52781056,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 121,
"tick_ms": 0.002565,
"uptime_seconds": 6,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52781056
},
{
"phase": "idle_10_template_forks",
"time": 1789396054656,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52781056,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 123,
"tick_ms": 0.0018729999999999999,
"uptime_seconds": 6,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52785152
},
{
"phase": "idle_10_template_forks",
"time": 1789396054765,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52785152,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 125,
"tick_ms": 0.001854,
"uptime_seconds": 6,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52785152
},
{
"phase": "idle_10_template_forks",
"time": 1789396054872,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52785152,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 127,
"tick_ms": 0.001893,
"uptime_seconds": 6,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52785152
},
{
"phase": "idle_10_template_forks",
"time": 1789396054981,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52785152,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 129,
"tick_ms": 0.002424,
"uptime_seconds": 6,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52789248
},
{
"phase": "idle_10_template_forks",
"time": 1789396055086,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52789248,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 131,
"tick_ms": 0.001993,
"uptime_seconds": 6,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52789248
},
{
"phase": "idle_10_template_forks",
"time": 1789396055191,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52789248,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 133,
"tick_ms": 0.002204,
"uptime_seconds": 6,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52789248
},
{
"phase": "idle_10_template_forks",
"time": 1789396055296,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52789248,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 136,
"tick_ms": 0.001663,
"uptime_seconds": 6,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52793344
},
{
"phase": "idle_10_template_forks",
"time": 1789396055403,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52793344,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 138,
"tick_ms": 0.001553,
"uptime_seconds": 6,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52793344
},
{
"phase": "idle_10_template_forks",
"time": 1789396055510,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52793344,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 140,
"tick_ms": 0.0019939999999999997,
"uptime_seconds": 7,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52793344
},
{
"phase": "idle_10_template_forks",
"time": 1789396055619,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52793344,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 142,
"tick_ms": 0.0019939999999999997,
"uptime_seconds": 7,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52793344
},
{
"phase": "idle_10_template_forks",
"time": 1789396055726,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52793344,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 144,
"tick_ms": 0.001593,
"uptime_seconds": 7,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52793344
},
{
"phase": "idle_10_template_forks",
"time": 1789396055832,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52793344,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 146,
"tick_ms": 0.0019039999999999999,
"uptime_seconds": 7,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52793344
},
{
"phase": "idle_10_template_forks",
"time": 1789396055939,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52793344,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 148,
"tick_ms": 0.002925,
"uptime_seconds": 7,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52793344
},
{
"phase": "idle_10_template_forks",
"time": 1789396056043,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52793344,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 150,
"tick_ms": 0.001542,
"uptime_seconds": 7,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52793344
},
{
"phase": "idle_10_template_forks",
"time": 1789396056147,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52793344,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 153,
"tick_ms": 0.001863,
"uptime_seconds": 7,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52793344
},
{
"phase": "idle_10_template_forks",
"time": 1789396056254,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52793344,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 155,
"tick_ms": 0.002164,
"uptime_seconds": 7,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52793344
},
{
"phase": "idle_10_template_forks",
"time": 1789396056359,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52793344,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 157,
"tick_ms": 0.001483,
"uptime_seconds": 7,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52793344
},
{
"phase": "idle_10_template_forks",
"time": 1789396056464,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52793344,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 159,
"tick_ms": 0.001863,
"uptime_seconds": 8,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52793344
},
{
"phase": "idle_10_template_forks",
"time": 1789396056570,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52793344,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 161,
"tick_ms": 0.0018440000000000002,
"uptime_seconds": 8,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52793344
},
{
"phase": "idle_10_template_forks",
"time": 1789396056676,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 11,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52793344,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32384,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 235,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 15,
"world_limit": 10000
},
"tick": 163,
"tick_ms": 0.001803,
"uptime_seconds": 8,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 15,
"process_high_water_bytes": 52793344
},
{
"phase": "idle_100_template_forks",
"time": 1789396057917,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 188,
"tick_ms": 0.0016229999999999999,
"uptime_seconds": 9,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396058022,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 190,
"tick_ms": 0.001533,
"uptime_seconds": 9,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396058130,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 192,
"tick_ms": 0.002264,
"uptime_seconds": 9,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396058235,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 194,
"tick_ms": 0.0019240000000000001,
"uptime_seconds": 9,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396058343,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 196,
"tick_ms": 0.001753,
"uptime_seconds": 9,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396058447,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 199,
"tick_ms": 0.0019240000000000001,
"uptime_seconds": 10,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396058554,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 201,
"tick_ms": 0.001673,
"uptime_seconds": 10,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396058658,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 203,
"tick_ms": 0.001562,
"uptime_seconds": 10,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396058763,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 205,
"tick_ms": 0.002835,
"uptime_seconds": 10,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396058869,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 207,
"tick_ms": 0.002245,
"uptime_seconds": 10,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396058976,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 209,
"tick_ms": 0.001964,
"uptime_seconds": 10,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396059082,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 211,
"tick_ms": 0.002835,
"uptime_seconds": 10,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396059188,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 213,
"tick_ms": 0.0013930000000000001,
"uptime_seconds": 10,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396059294,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 215,
"tick_ms": 0.002365,
"uptime_seconds": 10,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396059399,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 218,
"tick_ms": 0.001563,
"uptime_seconds": 10,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396059504,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 220,
"tick_ms": 0.0016229999999999999,
"uptime_seconds": 11,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396059609,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 222,
"tick_ms": 0.001613,
"uptime_seconds": 11,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396059714,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 224,
"tick_ms": 0.002104,
"uptime_seconds": 11,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396059819,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 226,
"tick_ms": 0.001894,
"uptime_seconds": 11,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396059925,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 228,
"tick_ms": 0.001794,
"uptime_seconds": 11,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396060029,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 230,
"tick_ms": 0.0020540000000000003,
"uptime_seconds": 11,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396060136,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 232,
"tick_ms": 0.002104,
"uptime_seconds": 11,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396060241,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 234,
"tick_ms": 0.0020940000000000004,
"uptime_seconds": 11,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396060346,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 236,
"tick_ms": 0.001863,
"uptime_seconds": 11,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396060452,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 239,
"tick_ms": 0.0019429999999999998,
"uptime_seconds": 12,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396060557,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 241,
"tick_ms": 0.002084,
"uptime_seconds": 12,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396060661,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 243,
"tick_ms": 0.002184,
"uptime_seconds": 12,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396060768,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 245,
"tick_ms": 0.001823,
"uptime_seconds": 12,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "idle_100_template_forks",
"time": 1789396060875,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 0.009818,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 52953088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 0,
"cache_evictions": 0,
"cache_hits": 0,
"cache_misses": 0,
"cache_payload_bytes": 0,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 247,
"tick_ms": 0.002365,
"uptime_seconds": 12,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 52953088
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396063139,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58560512,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1016,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 292,
"tick_ms": 40.179120999999995,
"uptime_seconds": 14,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58560512
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396063251,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58560512,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1068,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 294,
"tick_ms": 1.684018,
"uptime_seconds": 14,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58560512
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396063358,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58568704,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1128,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 297,
"tick_ms": 2.3516280000000003,
"uptime_seconds": 14,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58572800
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396063466,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58572800,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1170,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 299,
"tick_ms": 2.237232,
"uptime_seconds": 15,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58580992
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396063572,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58589184,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1214,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 301,
"tick_ms": 2.228124,
"uptime_seconds": 15,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58589184
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396063678,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58589184,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1250,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 303,
"tick_ms": 1.793805,
"uptime_seconds": 15,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58589184
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396063785,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58589184,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1290,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 305,
"tick_ms": 1.761524,
"uptime_seconds": 15,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58589184
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396063891,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58589184,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1334,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 307,
"tick_ms": 2.936692,
"uptime_seconds": 15,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58589184
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396063995,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58589184,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1374,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 309,
"tick_ms": 2.512631,
"uptime_seconds": 15,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58589184
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396064099,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58589184,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1434,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 312,
"tick_ms": 2.144327,
"uptime_seconds": 15,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58589184
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396064205,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58589184,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1472,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 314,
"tick_ms": 1.5692519999999999,
"uptime_seconds": 15,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58589184
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396064313,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58589184,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1504,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 316,
"tick_ms": 1.4513079999999998,
"uptime_seconds": 15,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58589184
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396064420,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58597376,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1548,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 318,
"tick_ms": 5.3381929999999995,
"uptime_seconds": 15,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58597376
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396064526,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58597376,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1580,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 320,
"tick_ms": 1.873907,
"uptime_seconds": 16,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58597376
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396064632,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58597376,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1612,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 322,
"tick_ms": 1.932347,
"uptime_seconds": 16,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58597376
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396064739,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58597376,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1644,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 324,
"tick_ms": 3.2074529999999997,
"uptime_seconds": 16,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58597376
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396064845,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58597376,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1678,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 326,
"tick_ms": 2.086327,
"uptime_seconds": 16,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58597376
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396064949,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58597376,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1729,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 329,
"tick_ms": 1.5110810000000001,
"uptime_seconds": 16,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58597376
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396065054,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58597376,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1767,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 331,
"tick_ms": 2.205753,
"uptime_seconds": 16,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58597376
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396065166,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58597376,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1824,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 333,
"tick_ms": 17.565357,
"uptime_seconds": 16,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58597376
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396065271,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58658816,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1895,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 335,
"tick_ms": 11.693978000000001,
"uptime_seconds": 16,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58658816
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396065376,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58658816,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1950,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 337,
"tick_ms": 7.692106,
"uptime_seconds": 16,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58658816
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396065483,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58658816,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 1984,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 339,
"tick_ms": 2.096336,
"uptime_seconds": 17,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58658816
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396065589,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58658816,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2016,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 341,
"tick_ms": 1.872343,
"uptime_seconds": 17,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58658816
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396065694,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58658816,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2050,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 343,
"tick_ms": 2.556604,
"uptime_seconds": 17,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58658816
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396065798,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58658816,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2100,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 346,
"tick_ms": 1.49935,
"uptime_seconds": 17,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58658816
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396065903,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58658816,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2131,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 348,
"tick_ms": 1.383441,
"uptime_seconds": 17,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58658816
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396066009,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58658816,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2160,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 350,
"tick_ms": 3.541182,
"uptime_seconds": 17,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58658816
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396066114,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58658816,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2194,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 352,
"tick_ms": 2.29975,
"uptime_seconds": 17,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58658816
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396066218,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58658816,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2238,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 354,
"tick_ms": 1.7858399999999999,
"uptime_seconds": 17,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58658816
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396066325,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58658816,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2272,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 356,
"tick_ms": 3.648935,
"uptime_seconds": 17,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58658816
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396066429,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58658816,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2306,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 358,
"tick_ms": 2.000996,
"uptime_seconds": 18,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58658816
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396066536,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58658816,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2353,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 360,
"tick_ms": 1.643642,
"uptime_seconds": 18,
"wasm": {
"calls": 0,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58658816
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396066640,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58855424,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2393,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 362,
"tick_ms": 2.167771,
"uptime_seconds": 18,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58855424
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396066747,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58867712,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2431,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 364,
"tick_ms": 4.516063,
"uptime_seconds": 18,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58867712
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396066853,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58867712,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2497,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 367,
"tick_ms": 2.2617179999999997,
"uptime_seconds": 18,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58867712
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396066958,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58867712,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2533,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 369,
"tick_ms": 2.2729299999999997,
"uptime_seconds": 18,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58867712
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396067064,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58867712,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2569,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 371,
"tick_ms": 2.4196959999999996,
"uptime_seconds": 18,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58867712
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396067170,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 58867712,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2607,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 373,
"tick_ms": 1.672406,
"uptime_seconds": 18,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 58867712
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396067275,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59002880,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2673,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 375,
"tick_ms": 5.182138999999999,
"uptime_seconds": 18,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59002880
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396067382,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59002880,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2714,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 377,
"tick_ms": 1.9125489999999998,
"uptime_seconds": 18,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59002880
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396067487,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59002880,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2754,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 379,
"tick_ms": 2.05098,
"uptime_seconds": 19,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59002880
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396067593,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59002880,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2806,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 381,
"tick_ms": 3.237811,
"uptime_seconds": 19,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59002880
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396067699,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59002880,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2866,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 384,
"tick_ms": 1.864448,
"uptime_seconds": 19,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59002880
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396067805,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59064320,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2926,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 386,
"tick_ms": 7.727943,
"uptime_seconds": 19,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59064320
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396067910,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59064320,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 2964,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 388,
"tick_ms": 1.937406,
"uptime_seconds": 19,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59064320
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396068015,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59064320,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3002,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 390,
"tick_ms": 2.285753,
"uptime_seconds": 19,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59064320
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396068120,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59064320,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3040,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 392,
"tick_ms": 2.75581,
"uptime_seconds": 19,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59064320
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396068225,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59064320,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3076,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 394,
"tick_ms": 1.887582,
"uptime_seconds": 19,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59064320
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396068333,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59064320,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3120,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 396,
"tick_ms": 2.2985879999999996,
"uptime_seconds": 19,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59064320
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396068439,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59064320,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3164,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 398,
"tick_ms": 2.645051,
"uptime_seconds": 20,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59064320
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396068546,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59080704,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3210,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 400,
"tick_ms": 7.712394,
"uptime_seconds": 20,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59084800
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396068652,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59088896,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3258,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 403,
"tick_ms": 1.5902209999999999,
"uptime_seconds": 20,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59092992
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396068757,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59092992,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3290,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 405,
"tick_ms": 1.408909,
"uptime_seconds": 20,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59092992
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396068862,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59092992,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3325,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 407,
"tick_ms": 1.477137,
"uptime_seconds": 20,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59097088
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396068968,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59097088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3361,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 409,
"tick_ms": 3.2523880000000003,
"uptime_seconds": 20,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59097088
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396069074,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59097088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3399,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 411,
"tick_ms": 2.007629,
"uptime_seconds": 20,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59097088
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396069183,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59097088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3437,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 413,
"tick_ms": 4.077164000000001,
"uptime_seconds": 20,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59097088
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396069289,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59097088,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3475,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 415,
"tick_ms": 1.824423,
"uptime_seconds": 20,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59097088
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396069394,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59101184,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3513,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 417,
"tick_ms": 3.393434,
"uptime_seconds": 20,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59101184
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396069514,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59203584,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3598,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 420,
"tick_ms": 10.956976000000001,
"uptime_seconds": 21,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59203584
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396069620,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59297792,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3664,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 422,
"tick_ms": 1.750323,
"uptime_seconds": 21,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59297792
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396069727,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59297792,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3702,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 424,
"tick_ms": 1.638151,
"uptime_seconds": 21,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59297792
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396069835,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59297792,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3740,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 426,
"tick_ms": 4.09654,
"uptime_seconds": 21,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59297792
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396069941,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59461632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3794,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 428,
"tick_ms": 1.526861,
"uptime_seconds": 21,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59461632
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396070049,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59461632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3832,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 430,
"tick_ms": 1.926415,
"uptime_seconds": 21,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59461632
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396070155,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59461632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3886,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 433,
"tick_ms": 3.585185,
"uptime_seconds": 21,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59461632
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396070262,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59461632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3920,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 435,
"tick_ms": 2.273921,
"uptime_seconds": 21,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59461632
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396070367,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59461632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3948,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 437,
"tick_ms": 1.86499,
"uptime_seconds": 21,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59461632
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396070473,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59461632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 3976,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 439,
"tick_ms": 2.139467,
"uptime_seconds": 22,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59461632
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396070578,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59494400,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4022,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 441,
"tick_ms": 6.58673,
"uptime_seconds": 22,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59494400
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396070683,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59494400,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4058,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 443,
"tick_ms": 2.572074,
"uptime_seconds": 22,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59494400
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396070789,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59494400,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4104,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 445,
"tick_ms": 2.194741,
"uptime_seconds": 22,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59494400
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396070894,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59494400,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4146,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 447,
"tick_ms": 1.83348,
"uptime_seconds": 22,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59494400
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396071002,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59494400,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4206,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 450,
"tick_ms": 4.343416,
"uptime_seconds": 22,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59494400
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396071107,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59494400,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4246,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 452,
"tick_ms": 2.0621720000000003,
"uptime_seconds": 22,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59494400
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396071212,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59494400,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4298,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 454,
"tick_ms": 1.830744,
"uptime_seconds": 22,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59494400
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396071317,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59494400,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4348,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 456,
"tick_ms": 2.291174,
"uptime_seconds": 22,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59494400
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396071421,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59494400,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4390,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 458,
"tick_ms": 1.78091,
"uptime_seconds": 22,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59494400
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396071526,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59494400,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4432,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 460,
"tick_ms": 3.834266,
"uptime_seconds": 23,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59494400
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396071635,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59494400,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4507,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 462,
"tick_ms": 9.543319,
"uptime_seconds": 23,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59494400
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396071743,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59539456,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4558,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 464,
"tick_ms": 4.5620080000000005,
"uptime_seconds": 23,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59539456
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396071854,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59539456,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4637,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 467,
"tick_ms": 5.844028000000001,
"uptime_seconds": 23,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59539456
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396071960,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59539456,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4679,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 469,
"tick_ms": 1.7481090000000001,
"uptime_seconds": 23,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59539456
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396072066,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59539456,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4717,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 471,
"tick_ms": 2.149076,
"uptime_seconds": 23,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59539456
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396072170,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59539456,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4764,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 473,
"tick_ms": 2.2034979999999997,
"uptime_seconds": 23,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59539456
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396072275,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59539456,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4808,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 475,
"tick_ms": 2.127856,
"uptime_seconds": 23,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59539456
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396072381,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59539456,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4852,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 477,
"tick_ms": 2.006878,
"uptime_seconds": 23,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59539456
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396072487,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59539456,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4896,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 479,
"tick_ms": 2.083401,
"uptime_seconds": 24,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59539456
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396072592,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59539456,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4936,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 481,
"tick_ms": 1.491745,
"uptime_seconds": 24,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59539456
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396072699,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59539456,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 4990,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 484,
"tick_ms": 2.165026,
"uptime_seconds": 24,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59539456
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396072803,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59539456,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5042,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 486,
"tick_ms": 6.691247,
"uptime_seconds": 24,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59539456
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396072908,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59539456,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5082,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 488,
"tick_ms": 2.3460769999999997,
"uptime_seconds": 24,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59539456
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396073015,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59539456,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5122,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 490,
"tick_ms": 1.6586999999999998,
"uptime_seconds": 24,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59539456
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396073120,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59539456,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5160,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 492,
"tick_ms": 2.165867,
"uptime_seconds": 24,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59539456
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396073226,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59539456,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5196,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 494,
"tick_ms": 2.6420850000000002,
"uptime_seconds": 24,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59539456
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396073330,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59539456,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5245,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 496,
"tick_ms": 5.996125,
"uptime_seconds": 24,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59539456
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396073435,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59539456,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5297,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 498,
"tick_ms": 2.60187,
"uptime_seconds": 25,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59539456
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396073541,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59539456,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5335,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 500,
"tick_ms": 2.365795,
"uptime_seconds": 25,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59539456
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396073647,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59539456,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 502,
"tick_ms": 6.914408000000001,
"uptime_seconds": 25,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59539456
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396073752,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59654144,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5480,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 505,
"tick_ms": 1.977772,
"uptime_seconds": 25,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59654144
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396073856,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59654144,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5514,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 507,
"tick_ms": 2.408235,
"uptime_seconds": 25,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59654144
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396073964,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59654144,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5548,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 509,
"tick_ms": 3.584905,
"uptime_seconds": 25,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59654144
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396074071,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59654144,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5582,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 511,
"tick_ms": 3.528117,
"uptime_seconds": 25,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59654144
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396074178,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59654144,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5616,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 513,
"tick_ms": 4.731007,
"uptime_seconds": 25,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59654144
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396074284,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59654144,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5650,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 515,
"tick_ms": 3.594773,
"uptime_seconds": 25,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59654144
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396074390,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59654144,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5679,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 517,
"tick_ms": 3.3115699999999997,
"uptime_seconds": 25,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59654144
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396074495,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59654144,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5707,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 519,
"tick_ms": 3.382343,
"uptime_seconds": 26,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59654144
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396074600,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59654144,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5755,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 522,
"tick_ms": 1.407967,
"uptime_seconds": 26,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59654144
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396074706,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59654144,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5787,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 524,
"tick_ms": 1.8612730000000002,
"uptime_seconds": 26,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59654144
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396074812,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59654144,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5819,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 526,
"tick_ms": 1.8107769999999999,
"uptime_seconds": 26,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59654144
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396074917,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59654144,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5864,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 528,
"tick_ms": 3.188457,
"uptime_seconds": 26,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59654144
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396075023,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59654144,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5900,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 530,
"tick_ms": 1.9805270000000001,
"uptime_seconds": 26,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59654144
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396075129,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59654144,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5936,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 532,
"tick_ms": 1.806138,
"uptime_seconds": 26,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59654144
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396075235,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59654144,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 5972,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 534,
"tick_ms": 2.113227,
"uptime_seconds": 26,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59654144
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396075341,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59654144,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6007,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 536,
"tick_ms": 1.496654,
"uptime_seconds": 26,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59654144
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396075448,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59654144,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6058,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 539,
"tick_ms": 1.969477,
"uptime_seconds": 27,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59654144
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396075554,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59654144,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6092,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 541,
"tick_ms": 4.399482,
"uptime_seconds": 27,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59654144
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396075661,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59654144,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6138,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 543,
"tick_ms": 10.271383,
"uptime_seconds": 27,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59654144
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396075768,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6188,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 545,
"tick_ms": 13.33291,
"uptime_seconds": 27,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396075873,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6220,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 547,
"tick_ms": 4.463873,
"uptime_seconds": 27,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396075979,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6268,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 549,
"tick_ms": 11.025376,
"uptime_seconds": 27,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396076084,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6304,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 551,
"tick_ms": 5.202788,
"uptime_seconds": 27,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396076190,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6349,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 553,
"tick_ms": 2.348081,
"uptime_seconds": 27,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396076294,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6404,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 555,
"tick_ms": 9.084944,
"uptime_seconds": 27,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396076400,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6455,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 558,
"tick_ms": 1.478089,
"uptime_seconds": 27,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396076504,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6489,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 560,
"tick_ms": 1.923881,
"uptime_seconds": 28,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396076609,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6522,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 562,
"tick_ms": 1.862685,
"uptime_seconds": 28,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396076713,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6558,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 564,
"tick_ms": 1.549804,
"uptime_seconds": 28,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396076818,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6598,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 566,
"tick_ms": 1.885698,
"uptime_seconds": 28,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396076923,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6656,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 568,
"tick_ms": 5.69161,
"uptime_seconds": 28,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396077028,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6686,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 570,
"tick_ms": 1.945832,
"uptime_seconds": 28,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396077133,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6716,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 572,
"tick_ms": 2.01395,
"uptime_seconds": 28,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396077237,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6746,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 574,
"tick_ms": 1.48912,
"uptime_seconds": 28,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396077342,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6778,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 576,
"tick_ms": 1.770591,
"uptime_seconds": 28,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396077453,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6830,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 579,
"tick_ms": 5.188732,
"uptime_seconds": 29,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396077558,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6866,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 581,
"tick_ms": 4.172614,
"uptime_seconds": 29,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396077665,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6902,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 583,
"tick_ms": 2.2159720000000003,
"uptime_seconds": 29,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396077772,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6938,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 585,
"tick_ms": 4.046586,
"uptime_seconds": 29,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396077877,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 6974,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 587,
"tick_ms": 1.690049,
"uptime_seconds": 29,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396077982,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59691008,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 7038,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 589,
"tick_ms": 11.492156999999999,
"uptime_seconds": 29,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59691008
},
{
"phase": "10_moving_clients_shared_world",
"time": 1789396078087,
"active_worlds": 1,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 59768832,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 7102,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 591,
"tick_ms": 1.933739,
"uptime_seconds": 29,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 59768832
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396080277,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62013440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 8106,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 635,
"tick_ms": 6.692489,
"uptime_seconds": 31,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62013440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396080381,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62017536,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 8203,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 637,
"tick_ms": 2.173322,
"uptime_seconds": 31,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62017536
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396080486,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62017536,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 8243,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 639,
"tick_ms": 1.390274,
"uptime_seconds": 32,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62017536
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396080592,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62017536,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 8283,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 641,
"tick_ms": 1.6018320000000001,
"uptime_seconds": 32,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62017536
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396080699,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62017536,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 8349,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 644,
"tick_ms": 1.6187639999999999,
"uptime_seconds": 32,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62017536
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396080806,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62017536,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 8385,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 646,
"tick_ms": 4.008966,
"uptime_seconds": 32,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62017536
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396080912,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62021632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 8425,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 648,
"tick_ms": 3.80452,
"uptime_seconds": 32,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62021632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396081017,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62021632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 8469,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 650,
"tick_ms": 4.009145,
"uptime_seconds": 32,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62021632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396081124,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62021632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 8509,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 652,
"tick_ms": 3.64055,
"uptime_seconds": 32,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62021632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396081230,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62021632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 8549,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 654,
"tick_ms": 1.560535,
"uptime_seconds": 32,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62021632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396081337,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62021632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 8589,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 656,
"tick_ms": 1.812059,
"uptime_seconds": 32,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62021632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396081444,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62021632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 8623,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 658,
"tick_ms": 1.497876,
"uptime_seconds": 33,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62021632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396081554,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62021632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 8683,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 661,
"tick_ms": 7.037049,
"uptime_seconds": 33,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62021632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396081660,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62021632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 8715,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 663,
"tick_ms": 2.073522,
"uptime_seconds": 33,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62021632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396081765,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62021632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 8747,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 665,
"tick_ms": 1.333687,
"uptime_seconds": 33,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62021632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396081872,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62021632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 8779,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 667,
"tick_ms": 1.4305489999999998,
"uptime_seconds": 33,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62021632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396081979,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62021632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 8813,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 669,
"tick_ms": 1.69092,
"uptime_seconds": 33,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62021632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396082085,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62021632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 8847,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 671,
"tick_ms": 1.3660180000000002,
"uptime_seconds": 33,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62021632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396082192,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62021632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 8883,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 673,
"tick_ms": 2.115802,
"uptime_seconds": 33,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62021632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396082299,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62021632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 8936,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 676,
"tick_ms": 1.8869909999999999,
"uptime_seconds": 33,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62021632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396082413,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62062592,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9028,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 678,
"tick_ms": 6.372155,
"uptime_seconds": 33,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62062592
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396082518,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62066688,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9083,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 680,
"tick_ms": 7.325514,
"uptime_seconds": 34,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62066688
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396082625,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62066688,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9117,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 682,
"tick_ms": 1.4616779999999998,
"uptime_seconds": 34,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62066688
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396082731,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62066688,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9150,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 684,
"tick_ms": 1.4809249999999998,
"uptime_seconds": 34,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62066688
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396082835,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62066688,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9184,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 686,
"tick_ms": 3.835839,
"uptime_seconds": 34,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62066688
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396082940,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62066688,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9218,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 688,
"tick_ms": 1.810607,
"uptime_seconds": 34,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62066688
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396083045,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62066688,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9250,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 690,
"tick_ms": 1.4672990000000001,
"uptime_seconds": 34,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62066688
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396083149,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62066688,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9294,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 693,
"tick_ms": 1.543823,
"uptime_seconds": 34,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62066688
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396083255,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62066688,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9328,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 695,
"tick_ms": 1.496885,
"uptime_seconds": 34,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62066688
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396083361,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62066688,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9372,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 697,
"tick_ms": 1.93397,
"uptime_seconds": 34,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62066688
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396083470,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62066688,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9406,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 699,
"tick_ms": 1.797803,
"uptime_seconds": 35,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62066688
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396083574,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62066688,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9440,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 701,
"tick_ms": 2.0932899999999997,
"uptime_seconds": 35,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62066688
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396083680,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62066688,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9487,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 703,
"tick_ms": 1.6804109999999999,
"uptime_seconds": 35,
"wasm": {
"calls": 2,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62066688
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396083788,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62066688,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9527,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 705,
"tick_ms": 2.0132890000000003,
"uptime_seconds": 35,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62066688
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396083892,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62066688,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9565,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 707,
"tick_ms": 1.82284,
"uptime_seconds": 35,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62066688
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396083999,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62066688,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9631,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 710,
"tick_ms": 2.334455,
"uptime_seconds": 35,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62066688
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396084104,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62066688,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9667,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 712,
"tick_ms": 1.709997,
"uptime_seconds": 35,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62066688
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396084209,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62066688,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9703,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 714,
"tick_ms": 1.3672,
"uptime_seconds": 35,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62066688
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396084314,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62066688,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9741,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 716,
"tick_ms": 4.081863,
"uptime_seconds": 35,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62066688
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396084418,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62087168,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9807,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 718,
"tick_ms": 9.892498,
"uptime_seconds": 35,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62087168
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396084524,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62087168,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9848,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 720,
"tick_ms": 1.837027,
"uptime_seconds": 36,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62087168
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396084628,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62087168,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9888,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 722,
"tick_ms": 1.868656,
"uptime_seconds": 36,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62087168
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396084733,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62087168,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9940,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 724,
"tick_ms": 3.9867130000000004,
"uptime_seconds": 36,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62087168
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396084837,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62087168,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 9980,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 726,
"tick_ms": 1.445408,
"uptime_seconds": 36,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62087168
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396084944,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62087168,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10020,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 728,
"tick_ms": 2.090315,
"uptime_seconds": 36,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62087168
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396085050,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62087168,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10098,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 731,
"tick_ms": 1.742689,
"uptime_seconds": 36,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62087168
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396085156,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62087168,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10136,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 733,
"tick_ms": 1.782153,
"uptime_seconds": 36,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62087168
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396085263,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62087168,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10174,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 735,
"tick_ms": 3.78942,
"uptime_seconds": 36,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62087168
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396085369,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62087168,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10210,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 737,
"tick_ms": 3.843774,
"uptime_seconds": 36,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62091264
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396085474,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62091264,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10254,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 739,
"tick_ms": 1.7709519999999999,
"uptime_seconds": 37,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62091264
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396085580,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62091264,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10298,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 741,
"tick_ms": 2.034129,
"uptime_seconds": 37,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62091264
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396085684,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62091264,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10344,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 743,
"tick_ms": 5.624153,
"uptime_seconds": 37,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62091264
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396085791,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62091264,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10376,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 745,
"tick_ms": 3.688731,
"uptime_seconds": 37,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62091264
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396085899,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62091264,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10408,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 747,
"tick_ms": 3.0246280000000003,
"uptime_seconds": 37,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62091264
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396086004,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62091264,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10459,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 750,
"tick_ms": 1.935573,
"uptime_seconds": 37,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62091264
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396086110,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62091264,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10495,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 752,
"tick_ms": 1.804015,
"uptime_seconds": 37,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62091264
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396086217,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62091264,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10533,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 754,
"tick_ms": 2.031513,
"uptime_seconds": 37,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62091264
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396086321,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62091264,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10571,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 756,
"tick_ms": 2.2644539999999997,
"uptime_seconds": 37,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62091264
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396086426,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62091264,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10609,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 758,
"tick_ms": 1.518645,
"uptime_seconds": 38,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62091264
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396086532,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62177280,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10675,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 760,
"tick_ms": 2.622318,
"uptime_seconds": 38,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62177280
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396086638,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62177280,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10713,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 762,
"tick_ms": 1.690901,
"uptime_seconds": 38,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62177280
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396086745,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62345216,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10807,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 764,
"tick_ms": 19.123327999999997,
"uptime_seconds": 38,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62345216
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396086853,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62345216,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10864,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 767,
"tick_ms": 4.197171,
"uptime_seconds": 38,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62345216
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396086961,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62345216,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10902,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 769,
"tick_ms": 1.7737969999999998,
"uptime_seconds": 38,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62345216
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396087066,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62431232,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10956,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 771,
"tick_ms": 3.9558350000000004,
"uptime_seconds": 38,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62431232
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396087170,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62431232,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 10994,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 773,
"tick_ms": 3.182766,
"uptime_seconds": 38,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62431232
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396087275,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62431232,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11032,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 775,
"tick_ms": 3.207192,
"uptime_seconds": 38,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62431232
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396087381,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62431232,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11067,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 777,
"tick_ms": 1.591383,
"uptime_seconds": 38,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62431232
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396087487,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62431232,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11099,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 779,
"tick_ms": 3.0779789999999996,
"uptime_seconds": 39,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62431232
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396087595,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62431232,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11127,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 781,
"tick_ms": 4.140192,
"uptime_seconds": 39,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62431232
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396087711,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62513152,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11186,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 784,
"tick_ms": 11.912911,
"uptime_seconds": 39,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62513152
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396087818,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62513152,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11218,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 786,
"tick_ms": 2.055078,
"uptime_seconds": 39,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62513152
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396087923,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62513152,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11264,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 788,
"tick_ms": 1.6253170000000001,
"uptime_seconds": 39,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62513152
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396088030,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62513152,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11310,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 790,
"tick_ms": 4.979998,
"uptime_seconds": 39,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62513152
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396088135,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62513152,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11353,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 792,
"tick_ms": 1.530127,
"uptime_seconds": 39,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62513152
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396088242,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62513152,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11393,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 794,
"tick_ms": 5.042266,
"uptime_seconds": 39,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62513152
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396088354,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62513152,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11464,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 797,
"tick_ms": 4.94964,
"uptime_seconds": 39,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62513152
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396088458,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62513152,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11514,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 799,
"tick_ms": 1.615188,
"uptime_seconds": 40,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62513152
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396088563,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11584,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 801,
"tick_ms": 2.26269,
"uptime_seconds": 40,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396088668,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11626,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 803,
"tick_ms": 1.4209319999999999,
"uptime_seconds": 40,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396088773,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11701,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 805,
"tick_ms": 6.3514349999999995,
"uptime_seconds": 40,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396088878,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11743,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 807,
"tick_ms": 1.57956,
"uptime_seconds": 40,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396088983,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11794,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 809,
"tick_ms": 4.124744,
"uptime_seconds": 40,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396089087,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11850,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 811,
"tick_ms": 2.4456550000000004,
"uptime_seconds": 40,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396089193,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11896,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 813,
"tick_ms": 3.824597,
"uptime_seconds": 40,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396089302,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11957,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 816,
"tick_ms": 4.481146,
"uptime_seconds": 40,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396089409,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 11998,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 818,
"tick_ms": 3.807314,
"uptime_seconds": 40,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396089514,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12042,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 820,
"tick_ms": 2.208237,
"uptime_seconds": 41,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396089619,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12086,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 822,
"tick_ms": 4.8558129999999995,
"uptime_seconds": 41,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396089724,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12130,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 824,
"tick_ms": 1.5845200000000002,
"uptime_seconds": 41,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396089828,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12172,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 826,
"tick_ms": 1.502005,
"uptime_seconds": 41,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396089935,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12208,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 828,
"tick_ms": 1.9969990000000002,
"uptime_seconds": 41,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396090040,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12245,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 830,
"tick_ms": 1.586804,
"uptime_seconds": 41,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396090145,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12297,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 832,
"tick_ms": 4.453414,
"uptime_seconds": 41,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396090252,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12355,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 835,
"tick_ms": 3.950385,
"uptime_seconds": 41,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396090358,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12392,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 837,
"tick_ms": 3.5756680000000003,
"uptime_seconds": 41,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396090463,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12437,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 839,
"tick_ms": 4.536892,
"uptime_seconds": 42,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396090569,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12473,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 841,
"tick_ms": 1.895667,
"uptime_seconds": 42,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396090673,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12525,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 843,
"tick_ms": 2.144246,
"uptime_seconds": 42,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396090779,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62525440,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12584,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 845,
"tick_ms": 19.305461,
"uptime_seconds": 42,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62525440
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396090886,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12635,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 847,
"tick_ms": 7.287933,
"uptime_seconds": 42,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396090992,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12678,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 849,
"tick_ms": 5.335578,
"uptime_seconds": 42,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396091102,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12741,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 852,
"tick_ms": 4.341022,
"uptime_seconds": 42,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396091209,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12777,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 854,
"tick_ms": 4.171862999999999,
"uptime_seconds": 42,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396091314,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12813,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 856,
"tick_ms": 1.3555080000000002,
"uptime_seconds": 42,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396091419,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12849,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 858,
"tick_ms": 1.781512,
"uptime_seconds": 42,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396091524,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12881,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 860,
"tick_ms": 1.614496,
"uptime_seconds": 43,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396091631,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12912,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 862,
"tick_ms": 1.200104,
"uptime_seconds": 43,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396091737,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12944,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 864,
"tick_ms": 3.0920650000000003,
"uptime_seconds": 43,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396091844,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 12976,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 866,
"tick_ms": 3.0880780000000003,
"uptime_seconds": 43,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396091951,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13024,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 869,
"tick_ms": 2.858063,
"uptime_seconds": 43,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396092059,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13056,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 871,
"tick_ms": 2.7995929999999998,
"uptime_seconds": 43,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396092166,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13101,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 873,
"tick_ms": 1.44673,
"uptime_seconds": 43,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396092272,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13137,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 875,
"tick_ms": 1.3413410000000001,
"uptime_seconds": 43,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396092377,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13174,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 877,
"tick_ms": 1.392277,
"uptime_seconds": 43,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396092484,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13212,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 879,
"tick_ms": 3.487571,
"uptime_seconds": 44,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396092592,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13246,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 881,
"tick_ms": 1.347963,
"uptime_seconds": 44,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396092696,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13279,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 883,
"tick_ms": 2.755039,
"uptime_seconds": 44,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396092801,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13342,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 886,
"tick_ms": 4.086571,
"uptime_seconds": 44,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396092907,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13378,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 888,
"tick_ms": 3.1058209999999997,
"uptime_seconds": 44,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396093013,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13416,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 890,
"tick_ms": 1.445568,
"uptime_seconds": 44,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396093118,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13480,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 892,
"tick_ms": 1.650374,
"uptime_seconds": 44,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396093225,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13516,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 894,
"tick_ms": 1.653791,
"uptime_seconds": 44,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396093332,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13562,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 896,
"tick_ms": 9.74473,
"uptime_seconds": 44,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396093439,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13615,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 898,
"tick_ms": 4.582267,
"uptime_seconds": 45,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396093545,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13649,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 900,
"tick_ms": 1.288262,
"uptime_seconds": 45,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396093650,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13700,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 903,
"tick_ms": 1.942876,
"uptime_seconds": 45,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396093758,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13734,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 905,
"tick_ms": 3.363637,
"uptime_seconds": 45,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396093863,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13774,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 907,
"tick_ms": 1.452681,
"uptime_seconds": 45,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396093967,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13810,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 909,
"tick_ms": 1.612443,
"uptime_seconds": 45,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396094071,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13851,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 911,
"tick_ms": 1.913761,
"uptime_seconds": 45,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396094177,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13893,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 913,
"tick_ms": 7.9701900000000006,
"uptime_seconds": 45,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396094284,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13923,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 915,
"tick_ms": 2.72886,
"uptime_seconds": 45,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396094388,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13958,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 917,
"tick_ms": 5.009784,
"uptime_seconds": 45,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396094493,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 13990,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 919,
"tick_ms": 1.826627,
"uptime_seconds": 46,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396094600,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14044,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 922,
"tick_ms": 1.4310910000000001,
"uptime_seconds": 46,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396094706,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14080,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 924,
"tick_ms": 2.241069,
"uptime_seconds": 46,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396094812,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14116,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 926,
"tick_ms": 2.146391,
"uptime_seconds": 46,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396094918,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14180,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 928,
"tick_ms": 4.168076,
"uptime_seconds": 46,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396095024,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62533632,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14244,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 930,
"tick_ms": 8.468481,
"uptime_seconds": 46,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62533632
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396095130,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14308,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 932,
"tick_ms": 9.162901,
"uptime_seconds": 46,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "10_moving_clients_separate_worlds",
"time": 1789396095236,
"active_worlds": 10,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 10,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14344,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 934,
"tick_ms": 1.629585,
"uptime_seconds": 46,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396096850,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 967,
"tick_ms": 0.0014529999999999999,
"uptime_seconds": 48,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396096955,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 969,
"tick_ms": 0.001823,
"uptime_seconds": 48,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396097061,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 971,
"tick_ms": 0.002164,
"uptime_seconds": 48,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396097167,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 973,
"tick_ms": 0.001804,
"uptime_seconds": 48,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396097271,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 975,
"tick_ms": 0.001372,
"uptime_seconds": 48,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396097377,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 977,
"tick_ms": 0.001804,
"uptime_seconds": 48,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396097484,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 979,
"tick_ms": 0.001603,
"uptime_seconds": 49,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396097591,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 981,
"tick_ms": 0.002204,
"uptime_seconds": 49,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396097697,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 983,
"tick_ms": 0.001894,
"uptime_seconds": 49,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396097804,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 986,
"tick_ms": 0.002494,
"uptime_seconds": 49,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396097911,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 988,
"tick_ms": 0.0025450000000000004,
"uptime_seconds": 49,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396098017,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 990,
"tick_ms": 0.0018440000000000002,
"uptime_seconds": 49,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396098125,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 992,
"tick_ms": 0.002004,
"uptime_seconds": 49,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396098240,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 994,
"tick_ms": 0.001663,
"uptime_seconds": 49,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396098347,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 996,
"tick_ms": 0.002074,
"uptime_seconds": 49,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396098452,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 999,
"tick_ms": 0.001833,
"uptime_seconds": 50,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396098557,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 1001,
"tick_ms": 0.0017230000000000001,
"uptime_seconds": 50,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396098664,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 1003,
"tick_ms": 0.002465,
"uptime_seconds": 50,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396098770,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 1005,
"tick_ms": 0.0017829999999999999,
"uptime_seconds": 50,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396098876,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 1007,
"tick_ms": 0.002034,
"uptime_seconds": 50,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396098981,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 1009,
"tick_ms": 0.002294,
"uptime_seconds": 50,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396099087,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 1011,
"tick_ms": 0.002024,
"uptime_seconds": 50,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396099195,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 1013,
"tick_ms": 0.002495,
"uptime_seconds": 50,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396099302,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 1016,
"tick_ms": 0.0026249999999999997,
"uptime_seconds": 50,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396099409,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 1018,
"tick_ms": 0.002285,
"uptime_seconds": 50,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396099516,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 1020,
"tick_ms": 0.002475,
"uptime_seconds": 51,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396099623,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 1022,
"tick_ms": 0.002555,
"uptime_seconds": 51,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396099729,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 1024,
"tick_ms": 0.0016330000000000001,
"uptime_seconds": 51,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
},
{
"phase": "after_disconnect_idle",
"time": 1789396099835,
"active_worlds": 0,
"catalog": {
"collision": {
"approximate-context": 179,
"authored-exact": 1,
"measured-empty-context": 32187
},
"collision_context": "BlockPos.ZERO, air neighbors, empty entity context; contextual classes flagged separately",
"data_version": 4903,
"entities": 158,
"minecraft_blocks": 1196,
"minecraft_states": 32366,
"minecraft_version": "26.2",
"palette": {
"fence": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
"glass": "minecraft:glass",
"grass": "minecraft:grass_block[snowy=false]",
"light": "minecraft:sea_lantern",
"sand": "minecraft:sand",
"slab": "minecraft:oak_slab[type=bottom,waterlogged=false]",
"snow": "minecraft:snow_block",
"stairs": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
"stone": "minecraft:stone",
"trampoline": "shacraft:trampoline",
"water": "minecraft:water[level=0]",
"wood": "minecraft:oak_planks"
},
"render": {
"authored-package": 1,
"authored-procedural": 32316,
"intentionally-invisible": 50
},
"simulation": "server movement, block editing, authored modules; vanilla AI/redstone/fluid simulation are not implemented",
"total_states": 32367
},
"entities": 0,
"entity_revision": 101,
"limits": {
"build_plans": 16,
"bytes_per_client": 8388608,
"command_queue": 64,
"messages_per_client": 16,
"plan_cells": 32768,
"players": 32
},
"max_tick_ms": 40.179120999999995,
"plans": 0,
"players": 0,
"queued_client_bytes": 0,
"rss_bytes": 62550016,
"slow_clients_disconnected": 0,
"storage": {
"cache_capacity_sections": 64,
"cache_entries": 16,
"cache_evictions": 0,
"cache_hits": 14380,
"cache_misses": 16,
"cache_payload_bytes": 23152,
"cache_representation": "encoded_uniform_palette_dense",
"commits_this_handle": 32474,
"coordinate_limit": 30000000,
"database_bytes": 7372800,
"history_change_count": 21328,
"history_retention": "all_operations_until_explicit_future_retention_policy",
"immutable_blob_count": 74,
"last_mutation_duration_us": 131,
"max_edit_cells": 32768,
"max_read_volume": 262144,
"operation_count": 3,
"os_rss_bytes": null,
"overlay_section_count": 84,
"registry_count": 32367,
"registry_limit_states": 262144,
"registry_text_bytes": 2671754,
"schema_version": 1,
"shm_bytes": 32768,
"snapshot_count": 2,
"sqlite_cache_budget_bytes": 4194304,
"sqlite_journal_mode": "wal",
"sqlite_synchronous": "FULL",
"transient_decoded_payload_peak_estimate_bytes": 32768,
"wal_bytes": 1384352,
"world_count": 105,
"world_limit": 10000
},
"tick": 1026,
"tick_ms": 0.0016330000000000001,
"uptime_seconds": 51,
"wasm": {
"calls": 4,
"fuel_per_call": 10000,
"imports": 0,
"memory_limit": 65536,
"runtime": "wasmi",
"traps": 0
},
"world_count": 105,
"process_high_water_bytes": 62550016
}
]
}