nucleation 0.1.144__tar.gz → 0.1.145__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nucleation-0.1.144 → nucleation-0.1.145}/Cargo.lock +1 -1
- {nucleation-0.1.144 → nucleation-0.1.145}/Cargo.toml +5 -1
- {nucleation-0.1.144 → nucleation-0.1.145}/PKG-INFO +1 -1
- nucleation-0.1.145/benches/region_bench.rs +272 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/pyproject.toml +1 -1
- {nucleation-0.1.144 → nucleation-0.1.145}/release-artifacts/libnucleation-macos-arm64.dylib +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/release-artifacts/libnucleation-macos-x64.dylib +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/release-artifacts/libnucleation.rlib +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/release-artifacts/nucleation_bg.wasm +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/release-artifacts/package.json +1 -1
- nucleation-0.1.145/simple_cube.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/formats/litematic.rs +4 -1
- {nucleation-0.1.144 → nucleation-0.1.145}/src/formats/schematic.rs +4 -2
- {nucleation-0.1.144 → nucleation-0.1.145}/src/region.rs +271 -170
- nucleation-0.1.145/test_schematic.schem +0 -0
- nucleation-0.1.145/tests/samples/auto_register.schem +0 -0
- nucleation-0.1.144/simple_cube.litematic +0 -0
- nucleation-0.1.144/test_schematic.schem +0 -0
- nucleation-0.1.144/tests/samples/auto_register.schem +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/.DS_Store +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/.cargo/config.toml +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/.github/workflows/ci.yml +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/.gitignore +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/.idea/.gitignore +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/.idea/minecraft_schematic_utils.iml +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/.idea/misc.xml +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/.idea/modules.xml +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/.idea/vcs.xml +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/4bit_adder.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/Dockerfile +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/LICENSE +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/README.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/WARP.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/benches/performance_test.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/benches/schematic_bench.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/build-ffi.sh +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/build-wasm.sh +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/docs/README.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/docs/building/README.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/docs/insign-io-integration.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/docs/javascript/README.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/docs/python/README.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/docs/rust/README.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/docs/shared/guide/circuit-api.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/docs/shared/guide/definition-region.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/docs/shared/guide/schematic-builder.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/docs/shared/guide/typed-executor.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/docs/shared/unicode-palette.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/helf_adder.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/insign.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/nucleation-stubs.php +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/nucleation.h +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/nucleation.pyi +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/output/.DS_Store +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/output/full_adder.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/pre-push.sh +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/py.typed +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/release-artifacts/LICENSE +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/release-artifacts/README.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/release-artifacts/libnucleation.d +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/release-artifacts/nucleation-cdn-loader.js +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/release-artifacts/nucleation-original.js +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/release-artifacts/nucleation.d.ts +25 -25
- {nucleation-0.1.144 → nucleation-0.1.145}/release-artifacts/nucleation.js +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/release-artifacts/nucleation_bg.wasm.d.ts +25 -25
- {nucleation-0.1.144 → nucleation-0.1.145}/schematic_builder/generated/d_latch.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/schematic_builder/generated/xor.schem +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/schematic_builder/templates/comparator_subtract_bug1.txt +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/schematic_builder/templates/comparator_subtract_bug2.txt +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/schematic_builder/templates/comparator_subtract_simple.txt +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/schematic_builder/templates/comparator_subtract_with_signs.txt +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/schematic_builder/templates/d_latch.txt +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/schematic_builder/templates/failing_case.txt +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/schematic_builder/templates/full_adder.txt +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/schematic_builder/templates/xor.txt +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/scripts/update-stubs.sh +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/bin/schematic-builder.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/block_entity/generic.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/block_entity/mod.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/block_position.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/block_state.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/bounding_box.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/building/brushes.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/building/enums.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/building/mod.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/building/shapes.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/chunk.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/definition_region.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/entity.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/ffi.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/formats/manager.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/formats/mcstructure.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/formats/mod.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/formats/sponge_schematic_v3.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/insign.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/item/mod.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/item/stack.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/lib.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/meshing/mod.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/metadata.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/nbt/mod.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/php.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/print_utils.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/python/building.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/python/circuit_builder.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/python/definition_region.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/python/meshing.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/python/mod.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/python/schematic.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/python/schematic_builder.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/python/simulation.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/python/typed_executor.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/schematic_builder/palettes.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/schematic_builder.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/simulation/circuit_builder.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/simulation/mchprs_world.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/simulation/mod.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/simulation/tests.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/simulation/truth_table.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/simulation/typed_executor/executor.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/simulation/typed_executor/insign_io.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/simulation/typed_executor/integration_tests.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/simulation/typed_executor/io_layout_builder.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/simulation/typed_executor/io_mapping.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/simulation/typed_executor/io_type.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/simulation/typed_executor/layout_function.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/simulation/typed_executor/mod.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/simulation/typed_executor/sort_strategy.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/simulation/typed_executor/tests.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/simulation/typed_executor/value.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/transforms.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/universal_schematic.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/utils/block_string.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/utils/container_spec.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/utils/enhanced_nbt_parser.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/utils/mod.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/wasm/building.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/wasm/circuit_builder.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/wasm/definition_region.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/wasm/meshing.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/wasm/mod.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/wasm/palettes.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/wasm/schematic.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/wasm/schematic_builder.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/wasm/simulation.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/src/wasm/typed_executor.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/test-wasm.sh +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/test_adder.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/test_circuit.txt +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/test_cli_output.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/test_count_format.schem +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/test_enhanced.schem +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/test_fixed.schem +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/.DS_Store +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/barrel_nbt_test.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/bedrock_conversion_tests.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/building_tests.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/connect4_test.js +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/debug_flip.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/definition_regions_test.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/executor_config_test.js +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/integration_tests.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/mchprs_state_test.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/mcstructure_tests.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/nbt_parsing_test.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/node_fluent_api_test.mjs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/node_simple_circuit_test.js +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/node_simple_circuit_test.mjs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/node_wasm_test.js +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/package.json +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/php-stubs-test.php +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/property_transformation_demo.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/python_simple_circuit_test.py +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/python_test.py +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/registry_tests.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/reproduce_bug.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/rust_fluent_api_test.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/16-bit_divider.mcstructure +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/1x1.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/3x2x3.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/3x3.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/4x2x4.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/4x4x4+1.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/8-bit_alu.mcstructure +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/Evaluator.schem +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/all_items.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/and.schem +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/auto_register.mcstructure +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/brewer.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/c4_ai_last_played.schem +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/c4_ai_left_most.schem +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/cutecounter.schem +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/door_plot.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/file.litematic.l +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/flip-flop.mcstructure +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/gol.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/large_schematic.schem +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/linear_plotter.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/litematic-rose-farm.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/new_chest_test.schem +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/quarry.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/sample.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/sample.schem +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/spinny.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/ss-sorter.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/storage_thingy.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/test_coordinate_thingy.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/test_cube.schem +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/trencher.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/samples/wool_palette.litematic +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/simple_wasm_test.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/test_barrel_hopper_simulation.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/test_chunk_bounds_bug.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/test_comparator_diagonal_bug.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/test_comparator_subtract_bug.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/test_comparator_subtract_executor.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/test_custom_io_adjacent_bug.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/test_custom_io_no_power_bug.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/test_intermediate_wire_sync.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/test_long_wire.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/test_nibble_signal_strength.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/test_region_expansion_bugs.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/test_repeater_chain_sync.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/test_repeater_custom_io_bug.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/test_simulation_with_tight_bounds.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/test_two_inputs_exact_topology.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/test_two_inputs_no_output_bug.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/test_typed_executor_sync_output_bug.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/transformation_tests.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/wasm_node_tests.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tests/wasm_tests.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tools/api_parity_exclusions.txt +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/tools/check_api_parity.rs +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/bun.lockb +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/index.html +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/index.js +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/minecraft_schematic_utils.js +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/minecraft_schematic_utils_bg.wasm +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/LICENSE +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/README.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/assert/strict.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/assert.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/async_hooks.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/buffer.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/child_process.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/cluster.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/console.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/constants.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/crypto.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/dgram.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/diagnostics_channel.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/dns/promises.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/dns.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/dom-events.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/domain.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/events.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/fs/promises.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/fs.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/globals.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/globals.global.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/http.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/http2.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/https.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/index.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/inspector.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/module.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/net.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/os.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/package.json +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/path.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/perf_hooks.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/process.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/punycode.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/querystring.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/readline/promises.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/readline.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/repl.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/sea.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/stream/consumers.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/stream/promises.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/stream/web.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/stream.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/string_decoder.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/test.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/timers/promises.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/timers.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/tls.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/trace_events.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/tty.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/url.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/util.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/v8.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/vm.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/wasi.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/worker_threads.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/node/zlib.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/LICENSE +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/README.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/index.d.mts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/index.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/LICENSE +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/README.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/assert/strict.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/assert.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/async_hooks.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/buffer.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/child_process.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/cluster.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/console.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/constants.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/crypto.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dgram.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/diagnostics_channel.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dns/promises.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dns.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dom-events.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/domain.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/events.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/fs/promises.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/fs.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/globals.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/globals.global.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/http.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/http2.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/https.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/index.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/inspector.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/module.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/net.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/LICENSE +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/README.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/agent.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/api.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/balanced-pool.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/cache.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/client.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/connector.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/content-type.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/cookies.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/diagnostics-channel.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/dispatcher.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/errors.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/eventsource.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/fetch.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/file.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/filereader.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/formdata.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/global-dispatcher.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/global-origin.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/handlers.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/header.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/index.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/interceptors.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-agent.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-client.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-errors.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-interceptor.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-pool.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/package.json +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/patch.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/pool-stats.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/pool.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/proxy-agent.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/readable.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/retry-agent.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/retry-handler.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/util.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/webidl.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/websocket.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/os.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/package.json +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/path.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/perf_hooks.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/process.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/punycode.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/querystring.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/readline/promises.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/readline.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/repl.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/sea.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/sqlite.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream/consumers.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream/promises.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream/web.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/string_decoder.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/test.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/timers/promises.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/timers.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/tls.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/trace_events.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/tty.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/url.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/util.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/v8.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/vm.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/wasi.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/worker_threads.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/node_modules/@types/node/zlib.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/@types/ws/package.json +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/bun-types/README.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/bun-types/bun.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/bun-types/deprecated.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/bun-types/fetch.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/bun-types/ffi.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/bun-types/globals.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/bun-types/html-rewriter.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/bun-types/index.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/bun-types/jsc.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/bun-types/overrides.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/bun-types/package.json +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/bun-types/sqlite.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/bun-types/test.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/bun-types/wasm.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/README.md +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/agent.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/api.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/balanced-pool.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/cache.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/client.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/connector.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/content-type.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/cookies.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/diagnostics-channel.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/dispatcher.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/errors.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/fetch.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/file.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/filereader.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/formdata.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/global-dispatcher.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/global-origin.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/handlers.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/header.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/index.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/interceptors.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/mock-agent.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/mock-client.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/mock-errors.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/mock-interceptor.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/mock-pool.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/package.json +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/patch.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/pool-stats.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/pool.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/proxy-agent.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/readable.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/webidl.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/node_modules/undici-types/websocket.d.ts +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/nucleation-web.js +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/nucleation-web_bg.wasm +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/nucleation.js +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/nucleation_bg.js +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/nucleation_bg.wasm +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/package.json +0 -0
- {nucleation-0.1.144 → nucleation-0.1.145}/wasm-test/server.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "nucleation"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.145"
|
|
4
4
|
edition = "2021"
|
|
5
5
|
description = "A high-performance Minecraft schematic parser and utility library"
|
|
6
6
|
authors = ["Nano nano@schem.at"]
|
|
@@ -97,6 +97,10 @@ criterion = "0.5.1"
|
|
|
97
97
|
name = "performance_test"
|
|
98
98
|
harness = false
|
|
99
99
|
|
|
100
|
+
[[bench]]
|
|
101
|
+
name = "region_bench"
|
|
102
|
+
harness = false
|
|
103
|
+
|
|
100
104
|
[profile.bench]
|
|
101
105
|
debug = true
|
|
102
106
|
|
|
@@ -0,0 +1,272 @@
|
|
|
1
|
+
use criterion::{black_box, criterion_group, criterion_main, Criterion};
|
|
2
|
+
use nucleation::{BlockState, Region};
|
|
3
|
+
use std::time::Duration;
|
|
4
|
+
|
|
5
|
+
// ── Helpers ──────────────────────────────────────────────────────────────────
|
|
6
|
+
|
|
7
|
+
fn make_region_solid(size: i32) -> Region {
|
|
8
|
+
let mut r = Region::new("bench".to_string(), (0, 0, 0), (size, size, size));
|
|
9
|
+
let stone = BlockState::new("minecraft:stone".to_string());
|
|
10
|
+
for y in 0..size {
|
|
11
|
+
for z in 0..size {
|
|
12
|
+
for x in 0..size {
|
|
13
|
+
r.set_block(x, y, z, &stone);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
r
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
fn make_region_sparse(size: i32, pct: f64) -> Region {
|
|
21
|
+
let mut r = Region::new("bench".to_string(), (0, 0, 0), (size, size, size));
|
|
22
|
+
let stone = BlockState::new("minecraft:stone".to_string());
|
|
23
|
+
let threshold = (pct * 100.0) as i32;
|
|
24
|
+
let mut counter = 0i32;
|
|
25
|
+
for y in 0..size {
|
|
26
|
+
for z in 0..size {
|
|
27
|
+
for x in 0..size {
|
|
28
|
+
counter = counter.wrapping_mul(1103515245).wrapping_add(12345);
|
|
29
|
+
if (counter.unsigned_abs() % 100) < threshold as u32 {
|
|
30
|
+
r.set_block(x, y, z, &stone);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
r
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// ── Benchmarks ───────────────────────────────────────────────────────────────
|
|
39
|
+
|
|
40
|
+
fn bench_set_block(c: &mut Criterion) {
|
|
41
|
+
let mut group = c.benchmark_group("set_block");
|
|
42
|
+
group.measurement_time(Duration::from_secs(3));
|
|
43
|
+
|
|
44
|
+
for &size in &[16, 32] {
|
|
45
|
+
group.bench_function(&format!("{}_solid", size), |b| {
|
|
46
|
+
b.iter(|| {
|
|
47
|
+
let mut r = Region::new("bench".to_string(), (0, 0, 0), (size, size, size));
|
|
48
|
+
let stone = BlockState::new("minecraft:stone".to_string());
|
|
49
|
+
for y in 0..size {
|
|
50
|
+
for z in 0..size {
|
|
51
|
+
for x in 0..size {
|
|
52
|
+
r.set_block(x, y, z, &stone);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
black_box(r);
|
|
57
|
+
});
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
group.finish();
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
fn bench_get_block(c: &mut Criterion) {
|
|
64
|
+
let mut group = c.benchmark_group("get_block");
|
|
65
|
+
group.measurement_time(Duration::from_secs(3));
|
|
66
|
+
|
|
67
|
+
for &size in &[16, 32] {
|
|
68
|
+
let region = make_region_solid(size);
|
|
69
|
+
group.bench_function(&format!("{}_solid", size), |b| {
|
|
70
|
+
b.iter(|| {
|
|
71
|
+
let mut sum = 0usize;
|
|
72
|
+
for y in 0..size {
|
|
73
|
+
for z in 0..size {
|
|
74
|
+
for x in 0..size {
|
|
75
|
+
if region.get_block(x, y, z).is_some() {
|
|
76
|
+
sum += 1;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
black_box(sum);
|
|
82
|
+
});
|
|
83
|
+
});
|
|
84
|
+
}
|
|
85
|
+
group.finish();
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
fn bench_coords_to_index(c: &mut Criterion) {
|
|
89
|
+
let mut group = c.benchmark_group("coords_to_index");
|
|
90
|
+
group.measurement_time(Duration::from_secs(2));
|
|
91
|
+
|
|
92
|
+
let region = make_region_solid(32);
|
|
93
|
+
group.bench_function("32_1M", |b| {
|
|
94
|
+
b.iter(|| {
|
|
95
|
+
let mut sum = 0usize;
|
|
96
|
+
for _ in 0..1_000_000 {
|
|
97
|
+
sum += region.coords_to_index(16, 16, 16);
|
|
98
|
+
}
|
|
99
|
+
black_box(sum);
|
|
100
|
+
});
|
|
101
|
+
});
|
|
102
|
+
group.finish();
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
fn bench_flips(c: &mut Criterion) {
|
|
106
|
+
let mut group = c.benchmark_group("flip");
|
|
107
|
+
group.measurement_time(Duration::from_secs(3));
|
|
108
|
+
|
|
109
|
+
for &size in &[16, 32] {
|
|
110
|
+
let region = make_region_solid(size);
|
|
111
|
+
|
|
112
|
+
group.bench_function(&format!("x_{}", size), |b| {
|
|
113
|
+
b.iter_batched(
|
|
114
|
+
|| region.clone(),
|
|
115
|
+
|mut r| {
|
|
116
|
+
r.flip_x();
|
|
117
|
+
black_box(r);
|
|
118
|
+
},
|
|
119
|
+
criterion::BatchSize::SmallInput,
|
|
120
|
+
);
|
|
121
|
+
});
|
|
122
|
+
|
|
123
|
+
group.bench_function(&format!("y_{}", size), |b| {
|
|
124
|
+
b.iter_batched(
|
|
125
|
+
|| region.clone(),
|
|
126
|
+
|mut r| {
|
|
127
|
+
r.flip_y();
|
|
128
|
+
black_box(r);
|
|
129
|
+
},
|
|
130
|
+
criterion::BatchSize::SmallInput,
|
|
131
|
+
);
|
|
132
|
+
});
|
|
133
|
+
|
|
134
|
+
group.bench_function(&format!("z_{}", size), |b| {
|
|
135
|
+
b.iter_batched(
|
|
136
|
+
|| region.clone(),
|
|
137
|
+
|mut r| {
|
|
138
|
+
r.flip_z();
|
|
139
|
+
black_box(r);
|
|
140
|
+
},
|
|
141
|
+
criterion::BatchSize::SmallInput,
|
|
142
|
+
);
|
|
143
|
+
});
|
|
144
|
+
}
|
|
145
|
+
group.finish();
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
fn bench_rotate_y(c: &mut Criterion) {
|
|
149
|
+
let mut group = c.benchmark_group("rotate_y_90");
|
|
150
|
+
group.measurement_time(Duration::from_secs(3));
|
|
151
|
+
|
|
152
|
+
for &size in &[16, 32] {
|
|
153
|
+
let region = make_region_solid(size);
|
|
154
|
+
group.bench_function(&format!("{}", size), |b| {
|
|
155
|
+
b.iter_batched(
|
|
156
|
+
|| region.clone(),
|
|
157
|
+
|mut r| {
|
|
158
|
+
r.rotate_y(90);
|
|
159
|
+
black_box(r);
|
|
160
|
+
},
|
|
161
|
+
criterion::BatchSize::SmallInput,
|
|
162
|
+
);
|
|
163
|
+
});
|
|
164
|
+
}
|
|
165
|
+
group.finish();
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
fn bench_to_compact(c: &mut Criterion) {
|
|
169
|
+
let mut group = c.benchmark_group("to_compact");
|
|
170
|
+
group.measurement_time(Duration::from_secs(3));
|
|
171
|
+
|
|
172
|
+
for &size in &[32] {
|
|
173
|
+
let region_sparse = make_region_sparse(size, 0.1);
|
|
174
|
+
group.bench_function(&format!("{}_sparse10", size), |b| {
|
|
175
|
+
b.iter(|| black_box(region_sparse.to_compact()));
|
|
176
|
+
});
|
|
177
|
+
|
|
178
|
+
let region_half = make_region_sparse(size, 0.5);
|
|
179
|
+
group.bench_function(&format!("{}_half", size), |b| {
|
|
180
|
+
b.iter(|| black_box(region_half.to_compact()));
|
|
181
|
+
});
|
|
182
|
+
}
|
|
183
|
+
group.finish();
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
fn bench_expand_to_fit(c: &mut Criterion) {
|
|
187
|
+
let mut group = c.benchmark_group("expand_to_fit");
|
|
188
|
+
group.measurement_time(Duration::from_secs(3));
|
|
189
|
+
|
|
190
|
+
group.bench_function("16_to_32", |b| {
|
|
191
|
+
b.iter_batched(
|
|
192
|
+
|| make_region_solid(16),
|
|
193
|
+
|mut r| {
|
|
194
|
+
r.expand_to_fit(31, 31, 31);
|
|
195
|
+
black_box(r);
|
|
196
|
+
},
|
|
197
|
+
criterion::BatchSize::SmallInput,
|
|
198
|
+
);
|
|
199
|
+
});
|
|
200
|
+
group.finish();
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
fn bench_merge(c: &mut Criterion) {
|
|
204
|
+
let mut group = c.benchmark_group("merge");
|
|
205
|
+
group.measurement_time(Duration::from_secs(3));
|
|
206
|
+
|
|
207
|
+
let size = 16;
|
|
208
|
+
let r1 = make_region_solid(size);
|
|
209
|
+
let mut r2 = Region::new("bench2".to_string(), (size, 0, 0), (size, size, size));
|
|
210
|
+
let stone = BlockState::new("minecraft:stone".to_string());
|
|
211
|
+
for y in 0..size {
|
|
212
|
+
for z in 0..size {
|
|
213
|
+
for x in size..size * 2 {
|
|
214
|
+
r2.set_block(x, y, z, &stone);
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
group.bench_function("16", |b| {
|
|
220
|
+
b.iter_batched(
|
|
221
|
+
|| (r1.clone(), r2.clone()),
|
|
222
|
+
|(mut a, b)| {
|
|
223
|
+
a.merge(&b);
|
|
224
|
+
black_box(a);
|
|
225
|
+
},
|
|
226
|
+
criterion::BatchSize::SmallInput,
|
|
227
|
+
);
|
|
228
|
+
});
|
|
229
|
+
group.finish();
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
fn bench_count_blocks(c: &mut Criterion) {
|
|
233
|
+
let mut group = c.benchmark_group("count_blocks");
|
|
234
|
+
group.measurement_time(Duration::from_secs(2));
|
|
235
|
+
|
|
236
|
+
let solid = make_region_solid(32);
|
|
237
|
+
group.bench_function("32_solid", |b| {
|
|
238
|
+
b.iter(|| black_box(solid.count_blocks()));
|
|
239
|
+
});
|
|
240
|
+
group.finish();
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
fn bench_is_empty(c: &mut Criterion) {
|
|
244
|
+
let mut group = c.benchmark_group("is_empty");
|
|
245
|
+
group.measurement_time(Duration::from_secs(2));
|
|
246
|
+
|
|
247
|
+
let empty = Region::new("bench".to_string(), (0, 0, 0), (32, 32, 32));
|
|
248
|
+
group.bench_function("32_empty", |b| {
|
|
249
|
+
b.iter(|| black_box(empty.is_empty()));
|
|
250
|
+
});
|
|
251
|
+
|
|
252
|
+
let non_empty = make_region_solid(32);
|
|
253
|
+
group.bench_function("32_non_empty", |b| {
|
|
254
|
+
b.iter(|| black_box(non_empty.is_empty()));
|
|
255
|
+
});
|
|
256
|
+
group.finish();
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
criterion_group!(
|
|
260
|
+
benches,
|
|
261
|
+
bench_set_block,
|
|
262
|
+
bench_get_block,
|
|
263
|
+
bench_coords_to_index,
|
|
264
|
+
bench_flips,
|
|
265
|
+
bench_rotate_y,
|
|
266
|
+
bench_to_compact,
|
|
267
|
+
bench_expand_to_fit,
|
|
268
|
+
bench_merge,
|
|
269
|
+
bench_count_blocks,
|
|
270
|
+
bench_is_empty,
|
|
271
|
+
);
|
|
272
|
+
criterion_main!(benches);
|
|
@@ -4,7 +4,7 @@ build-backend = "maturin"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "nucleation"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.145"
|
|
8
8
|
description = "A high-performance Minecraft schematic parser and utility library"
|
|
9
9
|
authors = [{ name = "Nano", email = "nano@schem.at" }]
|
|
10
10
|
license = { text = "AGPL-3.0-only" }
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -368,7 +368,10 @@ fn parse_regions(
|
|
|
368
368
|
// region.unpack_block_states(block_states);
|
|
369
369
|
region.blocks = region.unpack_block_states(block_states);
|
|
370
370
|
|
|
371
|
-
// Rebuild
|
|
371
|
+
// Rebuild caches after directly setting palette and blocks
|
|
372
|
+
region.rebuild_palette_index();
|
|
373
|
+
region.rebuild_air_index();
|
|
374
|
+
region.rebuild_non_air_count();
|
|
372
375
|
region.rebuild_tight_bounds();
|
|
373
376
|
|
|
374
377
|
// Parse Entities
|
|
@@ -470,10 +470,12 @@ pub fn from_schematic(data: &[u8]) -> Result<UniversalSchematic, Box<dyn std::er
|
|
|
470
470
|
(width as i32, height as i32, length as i32),
|
|
471
471
|
);
|
|
472
472
|
region.palette = block_palette;
|
|
473
|
-
|
|
474
473
|
region.blocks = block_data.iter().map(|&x| x as usize).collect();
|
|
475
474
|
|
|
476
|
-
// Rebuild
|
|
475
|
+
// Rebuild caches after directly setting palette and blocks
|
|
476
|
+
region.rebuild_palette_index();
|
|
477
|
+
region.rebuild_air_index();
|
|
478
|
+
region.rebuild_non_air_count();
|
|
477
479
|
region.rebuild_tight_bounds();
|
|
478
480
|
|
|
479
481
|
let block_entities = parse_block_entities(&block_container)?;
|