nucleation 0.1.143__tar.gz → 0.1.144__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.
Files changed (457) hide show
  1. {nucleation-0.1.143 → nucleation-0.1.144}/Cargo.lock +1 -1
  2. {nucleation-0.1.143 → nucleation-0.1.144}/Cargo.toml +1 -1
  3. {nucleation-0.1.143 → nucleation-0.1.144}/PKG-INFO +1 -1
  4. nucleation-0.1.144/nucleation.h +515 -0
  5. nucleation-0.1.144/nucleation.pyi +1698 -0
  6. {nucleation-0.1.143 → nucleation-0.1.144}/pyproject.toml +1 -1
  7. {nucleation-0.1.143 → nucleation-0.1.144}/release-artifacts/libnucleation-macos-arm64.dylib +0 -0
  8. {nucleation-0.1.143 → nucleation-0.1.144}/release-artifacts/libnucleation-macos-x64.dylib +0 -0
  9. {nucleation-0.1.143 → nucleation-0.1.144}/release-artifacts/libnucleation.rlib +0 -0
  10. {nucleation-0.1.143 → nucleation-0.1.144}/release-artifacts/nucleation_bg.wasm +0 -0
  11. {nucleation-0.1.143 → nucleation-0.1.144}/release-artifacts/package.json +1 -1
  12. nucleation-0.1.144/simple_cube.litematic +0 -0
  13. nucleation-0.1.144/test_schematic.schem +0 -0
  14. nucleation-0.1.144/tests/samples/auto_register.schem +0 -0
  15. nucleation-0.1.143/nucleation.pyi +0 -504
  16. nucleation-0.1.143/simple_cube.litematic +0 -0
  17. nucleation-0.1.143/test_schematic.schem +0 -0
  18. nucleation-0.1.143/tests/samples/auto_register.schem +0 -0
  19. {nucleation-0.1.143 → nucleation-0.1.144}/.DS_Store +0 -0
  20. {nucleation-0.1.143 → nucleation-0.1.144}/.cargo/config.toml +0 -0
  21. {nucleation-0.1.143 → nucleation-0.1.144}/.github/workflows/ci.yml +0 -0
  22. {nucleation-0.1.143 → nucleation-0.1.144}/.gitignore +0 -0
  23. {nucleation-0.1.143 → nucleation-0.1.144}/.idea/.gitignore +0 -0
  24. {nucleation-0.1.143 → nucleation-0.1.144}/.idea/minecraft_schematic_utils.iml +0 -0
  25. {nucleation-0.1.143 → nucleation-0.1.144}/.idea/misc.xml +0 -0
  26. {nucleation-0.1.143 → nucleation-0.1.144}/.idea/modules.xml +0 -0
  27. {nucleation-0.1.143 → nucleation-0.1.144}/.idea/vcs.xml +0 -0
  28. {nucleation-0.1.143 → nucleation-0.1.144}/4bit_adder.litematic +0 -0
  29. {nucleation-0.1.143 → nucleation-0.1.144}/Dockerfile +0 -0
  30. {nucleation-0.1.143 → nucleation-0.1.144}/LICENSE +0 -0
  31. {nucleation-0.1.143 → nucleation-0.1.144}/README.md +0 -0
  32. {nucleation-0.1.143 → nucleation-0.1.144}/WARP.md +0 -0
  33. {nucleation-0.1.143 → nucleation-0.1.144}/benches/performance_test.rs +0 -0
  34. {nucleation-0.1.143 → nucleation-0.1.144}/benches/schematic_bench.rs +0 -0
  35. {nucleation-0.1.143 → nucleation-0.1.144}/build-ffi.sh +0 -0
  36. {nucleation-0.1.143 → nucleation-0.1.144}/build-wasm.sh +0 -0
  37. {nucleation-0.1.143 → nucleation-0.1.144}/docs/README.md +0 -0
  38. {nucleation-0.1.143 → nucleation-0.1.144}/docs/building/README.md +0 -0
  39. {nucleation-0.1.143 → nucleation-0.1.144}/docs/insign-io-integration.md +0 -0
  40. {nucleation-0.1.143 → nucleation-0.1.144}/docs/javascript/README.md +0 -0
  41. {nucleation-0.1.143 → nucleation-0.1.144}/docs/python/README.md +0 -0
  42. {nucleation-0.1.143 → nucleation-0.1.144}/docs/rust/README.md +0 -0
  43. {nucleation-0.1.143 → nucleation-0.1.144}/docs/shared/guide/circuit-api.md +0 -0
  44. {nucleation-0.1.143 → nucleation-0.1.144}/docs/shared/guide/definition-region.md +0 -0
  45. {nucleation-0.1.143 → nucleation-0.1.144}/docs/shared/guide/schematic-builder.md +0 -0
  46. {nucleation-0.1.143 → nucleation-0.1.144}/docs/shared/guide/typed-executor.md +0 -0
  47. {nucleation-0.1.143 → nucleation-0.1.144}/docs/shared/unicode-palette.md +0 -0
  48. {nucleation-0.1.143 → nucleation-0.1.144}/helf_adder.litematic +0 -0
  49. {nucleation-0.1.143 → nucleation-0.1.144}/insign.d.ts +0 -0
  50. {nucleation-0.1.143 → nucleation-0.1.144}/nucleation-stubs.php +0 -0
  51. {nucleation-0.1.143 → nucleation-0.1.144}/output/.DS_Store +0 -0
  52. {nucleation-0.1.143 → nucleation-0.1.144}/output/full_adder.litematic +0 -0
  53. {nucleation-0.1.143 → nucleation-0.1.144}/pre-push.sh +0 -0
  54. {nucleation-0.1.143 → nucleation-0.1.144}/py.typed +0 -0
  55. {nucleation-0.1.143 → nucleation-0.1.144}/release-artifacts/LICENSE +0 -0
  56. {nucleation-0.1.143 → nucleation-0.1.144}/release-artifacts/README.md +0 -0
  57. {nucleation-0.1.143 → nucleation-0.1.144}/release-artifacts/libnucleation.d +0 -0
  58. {nucleation-0.1.143 → nucleation-0.1.144}/release-artifacts/nucleation-cdn-loader.js +0 -0
  59. {nucleation-0.1.143 → nucleation-0.1.144}/release-artifacts/nucleation-original.js +0 -0
  60. {nucleation-0.1.143 → nucleation-0.1.144}/release-artifacts/nucleation.d.ts +0 -0
  61. {nucleation-0.1.143 → nucleation-0.1.144}/release-artifacts/nucleation.js +0 -0
  62. {nucleation-0.1.143 → nucleation-0.1.144}/release-artifacts/nucleation_bg.wasm.d.ts +0 -0
  63. {nucleation-0.1.143 → nucleation-0.1.144}/schematic_builder/generated/d_latch.litematic +0 -0
  64. {nucleation-0.1.143 → nucleation-0.1.144}/schematic_builder/generated/xor.schem +0 -0
  65. {nucleation-0.1.143 → nucleation-0.1.144}/schematic_builder/templates/comparator_subtract_bug1.txt +0 -0
  66. {nucleation-0.1.143 → nucleation-0.1.144}/schematic_builder/templates/comparator_subtract_bug2.txt +0 -0
  67. {nucleation-0.1.143 → nucleation-0.1.144}/schematic_builder/templates/comparator_subtract_simple.txt +0 -0
  68. {nucleation-0.1.143 → nucleation-0.1.144}/schematic_builder/templates/comparator_subtract_with_signs.txt +0 -0
  69. {nucleation-0.1.143 → nucleation-0.1.144}/schematic_builder/templates/d_latch.txt +0 -0
  70. {nucleation-0.1.143 → nucleation-0.1.144}/schematic_builder/templates/failing_case.txt +0 -0
  71. {nucleation-0.1.143 → nucleation-0.1.144}/schematic_builder/templates/full_adder.txt +0 -0
  72. {nucleation-0.1.143 → nucleation-0.1.144}/schematic_builder/templates/xor.txt +0 -0
  73. {nucleation-0.1.143 → nucleation-0.1.144}/scripts/update-stubs.sh +0 -0
  74. {nucleation-0.1.143 → nucleation-0.1.144}/src/bin/schematic-builder.rs +0 -0
  75. {nucleation-0.1.143 → nucleation-0.1.144}/src/block_entity/generic.rs +0 -0
  76. {nucleation-0.1.143 → nucleation-0.1.144}/src/block_entity/mod.rs +0 -0
  77. {nucleation-0.1.143 → nucleation-0.1.144}/src/block_position.rs +0 -0
  78. {nucleation-0.1.143 → nucleation-0.1.144}/src/block_state.rs +0 -0
  79. {nucleation-0.1.143 → nucleation-0.1.144}/src/bounding_box.rs +0 -0
  80. {nucleation-0.1.143 → nucleation-0.1.144}/src/building/brushes.rs +0 -0
  81. {nucleation-0.1.143 → nucleation-0.1.144}/src/building/enums.rs +0 -0
  82. {nucleation-0.1.143 → nucleation-0.1.144}/src/building/mod.rs +0 -0
  83. {nucleation-0.1.143 → nucleation-0.1.144}/src/building/shapes.rs +0 -0
  84. {nucleation-0.1.143 → nucleation-0.1.144}/src/chunk.rs +0 -0
  85. {nucleation-0.1.143 → nucleation-0.1.144}/src/definition_region.rs +0 -0
  86. {nucleation-0.1.143 → nucleation-0.1.144}/src/entity.rs +0 -0
  87. {nucleation-0.1.143 → nucleation-0.1.144}/src/ffi.rs +0 -0
  88. {nucleation-0.1.143 → nucleation-0.1.144}/src/formats/litematic.rs +0 -0
  89. {nucleation-0.1.143 → nucleation-0.1.144}/src/formats/manager.rs +0 -0
  90. {nucleation-0.1.143 → nucleation-0.1.144}/src/formats/mcstructure.rs +0 -0
  91. {nucleation-0.1.143 → nucleation-0.1.144}/src/formats/mod.rs +0 -0
  92. {nucleation-0.1.143 → nucleation-0.1.144}/src/formats/schematic.rs +0 -0
  93. {nucleation-0.1.143 → nucleation-0.1.144}/src/formats/sponge_schematic_v3.md +0 -0
  94. {nucleation-0.1.143 → nucleation-0.1.144}/src/insign.rs +0 -0
  95. {nucleation-0.1.143 → nucleation-0.1.144}/src/item/mod.rs +0 -0
  96. {nucleation-0.1.143 → nucleation-0.1.144}/src/item/stack.rs +0 -0
  97. {nucleation-0.1.143 → nucleation-0.1.144}/src/lib.rs +0 -0
  98. {nucleation-0.1.143 → nucleation-0.1.144}/src/meshing/mod.rs +0 -0
  99. {nucleation-0.1.143 → nucleation-0.1.144}/src/metadata.rs +0 -0
  100. {nucleation-0.1.143 → nucleation-0.1.144}/src/nbt/mod.rs +0 -0
  101. {nucleation-0.1.143 → nucleation-0.1.144}/src/php.rs +0 -0
  102. {nucleation-0.1.143 → nucleation-0.1.144}/src/print_utils.rs +0 -0
  103. {nucleation-0.1.143 → nucleation-0.1.144}/src/python/building.rs +0 -0
  104. {nucleation-0.1.143 → nucleation-0.1.144}/src/python/circuit_builder.rs +0 -0
  105. {nucleation-0.1.143 → nucleation-0.1.144}/src/python/definition_region.rs +0 -0
  106. {nucleation-0.1.143 → nucleation-0.1.144}/src/python/meshing.rs +0 -0
  107. {nucleation-0.1.143 → nucleation-0.1.144}/src/python/mod.rs +0 -0
  108. {nucleation-0.1.143 → nucleation-0.1.144}/src/python/schematic.rs +0 -0
  109. {nucleation-0.1.143 → nucleation-0.1.144}/src/python/schematic_builder.rs +0 -0
  110. {nucleation-0.1.143 → nucleation-0.1.144}/src/python/simulation.rs +0 -0
  111. {nucleation-0.1.143 → nucleation-0.1.144}/src/python/typed_executor.rs +0 -0
  112. {nucleation-0.1.143 → nucleation-0.1.144}/src/region.rs +0 -0
  113. {nucleation-0.1.143 → nucleation-0.1.144}/src/schematic_builder/palettes.rs +0 -0
  114. {nucleation-0.1.143 → nucleation-0.1.144}/src/schematic_builder.rs +0 -0
  115. {nucleation-0.1.143 → nucleation-0.1.144}/src/simulation/circuit_builder.rs +0 -0
  116. {nucleation-0.1.143 → nucleation-0.1.144}/src/simulation/mchprs_world.rs +0 -0
  117. {nucleation-0.1.143 → nucleation-0.1.144}/src/simulation/mod.rs +0 -0
  118. {nucleation-0.1.143 → nucleation-0.1.144}/src/simulation/tests.rs +0 -0
  119. {nucleation-0.1.143 → nucleation-0.1.144}/src/simulation/truth_table.rs +0 -0
  120. {nucleation-0.1.143 → nucleation-0.1.144}/src/simulation/typed_executor/executor.rs +0 -0
  121. {nucleation-0.1.143 → nucleation-0.1.144}/src/simulation/typed_executor/insign_io.rs +0 -0
  122. {nucleation-0.1.143 → nucleation-0.1.144}/src/simulation/typed_executor/integration_tests.rs +0 -0
  123. {nucleation-0.1.143 → nucleation-0.1.144}/src/simulation/typed_executor/io_layout_builder.rs +0 -0
  124. {nucleation-0.1.143 → nucleation-0.1.144}/src/simulation/typed_executor/io_mapping.rs +0 -0
  125. {nucleation-0.1.143 → nucleation-0.1.144}/src/simulation/typed_executor/io_type.rs +0 -0
  126. {nucleation-0.1.143 → nucleation-0.1.144}/src/simulation/typed_executor/layout_function.rs +0 -0
  127. {nucleation-0.1.143 → nucleation-0.1.144}/src/simulation/typed_executor/mod.rs +0 -0
  128. {nucleation-0.1.143 → nucleation-0.1.144}/src/simulation/typed_executor/sort_strategy.rs +0 -0
  129. {nucleation-0.1.143 → nucleation-0.1.144}/src/simulation/typed_executor/tests.rs +0 -0
  130. {nucleation-0.1.143 → nucleation-0.1.144}/src/simulation/typed_executor/value.rs +0 -0
  131. {nucleation-0.1.143 → nucleation-0.1.144}/src/transforms.rs +0 -0
  132. {nucleation-0.1.143 → nucleation-0.1.144}/src/universal_schematic.rs +0 -0
  133. {nucleation-0.1.143 → nucleation-0.1.144}/src/utils/block_string.rs +0 -0
  134. {nucleation-0.1.143 → nucleation-0.1.144}/src/utils/container_spec.rs +0 -0
  135. {nucleation-0.1.143 → nucleation-0.1.144}/src/utils/enhanced_nbt_parser.rs +0 -0
  136. {nucleation-0.1.143 → nucleation-0.1.144}/src/utils/mod.rs +0 -0
  137. {nucleation-0.1.143 → nucleation-0.1.144}/src/wasm/building.rs +0 -0
  138. {nucleation-0.1.143 → nucleation-0.1.144}/src/wasm/circuit_builder.rs +0 -0
  139. {nucleation-0.1.143 → nucleation-0.1.144}/src/wasm/definition_region.rs +0 -0
  140. {nucleation-0.1.143 → nucleation-0.1.144}/src/wasm/meshing.rs +0 -0
  141. {nucleation-0.1.143 → nucleation-0.1.144}/src/wasm/mod.rs +0 -0
  142. {nucleation-0.1.143 → nucleation-0.1.144}/src/wasm/palettes.rs +0 -0
  143. {nucleation-0.1.143 → nucleation-0.1.144}/src/wasm/schematic.rs +0 -0
  144. {nucleation-0.1.143 → nucleation-0.1.144}/src/wasm/schematic_builder.rs +0 -0
  145. {nucleation-0.1.143 → nucleation-0.1.144}/src/wasm/simulation.rs +0 -0
  146. {nucleation-0.1.143 → nucleation-0.1.144}/src/wasm/typed_executor.rs +0 -0
  147. {nucleation-0.1.143 → nucleation-0.1.144}/test-wasm.sh +0 -0
  148. {nucleation-0.1.143 → nucleation-0.1.144}/test_adder.litematic +0 -0
  149. {nucleation-0.1.143 → nucleation-0.1.144}/test_circuit.txt +0 -0
  150. {nucleation-0.1.143 → nucleation-0.1.144}/test_cli_output.litematic +0 -0
  151. {nucleation-0.1.143 → nucleation-0.1.144}/test_count_format.schem +0 -0
  152. {nucleation-0.1.143 → nucleation-0.1.144}/test_enhanced.schem +0 -0
  153. {nucleation-0.1.143 → nucleation-0.1.144}/test_fixed.schem +0 -0
  154. {nucleation-0.1.143 → nucleation-0.1.144}/tests/.DS_Store +0 -0
  155. {nucleation-0.1.143 → nucleation-0.1.144}/tests/barrel_nbt_test.rs +0 -0
  156. {nucleation-0.1.143 → nucleation-0.1.144}/tests/bedrock_conversion_tests.rs +0 -0
  157. {nucleation-0.1.143 → nucleation-0.1.144}/tests/building_tests.rs +0 -0
  158. {nucleation-0.1.143 → nucleation-0.1.144}/tests/connect4_test.js +0 -0
  159. {nucleation-0.1.143 → nucleation-0.1.144}/tests/debug_flip.rs +0 -0
  160. {nucleation-0.1.143 → nucleation-0.1.144}/tests/definition_regions_test.rs +0 -0
  161. {nucleation-0.1.143 → nucleation-0.1.144}/tests/executor_config_test.js +0 -0
  162. {nucleation-0.1.143 → nucleation-0.1.144}/tests/integration_tests.rs +0 -0
  163. {nucleation-0.1.143 → nucleation-0.1.144}/tests/mchprs_state_test.rs +0 -0
  164. {nucleation-0.1.143 → nucleation-0.1.144}/tests/mcstructure_tests.rs +0 -0
  165. {nucleation-0.1.143 → nucleation-0.1.144}/tests/nbt_parsing_test.rs +0 -0
  166. {nucleation-0.1.143 → nucleation-0.1.144}/tests/node_fluent_api_test.mjs +0 -0
  167. {nucleation-0.1.143 → nucleation-0.1.144}/tests/node_simple_circuit_test.js +0 -0
  168. {nucleation-0.1.143 → nucleation-0.1.144}/tests/node_simple_circuit_test.mjs +0 -0
  169. {nucleation-0.1.143 → nucleation-0.1.144}/tests/node_wasm_test.js +0 -0
  170. {nucleation-0.1.143 → nucleation-0.1.144}/tests/package.json +0 -0
  171. {nucleation-0.1.143 → nucleation-0.1.144}/tests/php-stubs-test.php +0 -0
  172. {nucleation-0.1.143 → nucleation-0.1.144}/tests/property_transformation_demo.rs +0 -0
  173. {nucleation-0.1.143 → nucleation-0.1.144}/tests/python_simple_circuit_test.py +0 -0
  174. {nucleation-0.1.143 → nucleation-0.1.144}/tests/python_test.py +0 -0
  175. {nucleation-0.1.143 → nucleation-0.1.144}/tests/registry_tests.rs +0 -0
  176. {nucleation-0.1.143 → nucleation-0.1.144}/tests/reproduce_bug.rs +0 -0
  177. {nucleation-0.1.143 → nucleation-0.1.144}/tests/rust_fluent_api_test.rs +0 -0
  178. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/16-bit_divider.mcstructure +0 -0
  179. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/1x1.litematic +0 -0
  180. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/3x2x3.litematic +0 -0
  181. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/3x3.litematic +0 -0
  182. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/4x2x4.litematic +0 -0
  183. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/4x4x4+1.litematic +0 -0
  184. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/8-bit_alu.mcstructure +0 -0
  185. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/Evaluator.schem +0 -0
  186. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/all_items.litematic +0 -0
  187. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/and.schem +0 -0
  188. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/auto_register.mcstructure +0 -0
  189. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/brewer.litematic +0 -0
  190. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/c4_ai_last_played.schem +0 -0
  191. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/c4_ai_left_most.schem +0 -0
  192. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/cutecounter.schem +0 -0
  193. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/door_plot.litematic +0 -0
  194. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/file.litematic.l +0 -0
  195. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/flip-flop.mcstructure +0 -0
  196. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/gol.litematic +0 -0
  197. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/large_schematic.schem +0 -0
  198. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/linear_plotter.litematic +0 -0
  199. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/litematic-rose-farm.litematic +0 -0
  200. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/new_chest_test.schem +0 -0
  201. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/quarry.litematic +0 -0
  202. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/sample.litematic +0 -0
  203. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/sample.schem +0 -0
  204. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/spinny.litematic +0 -0
  205. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/ss-sorter.litematic +0 -0
  206. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/storage_thingy.litematic +0 -0
  207. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/test_coordinate_thingy.litematic +0 -0
  208. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/test_cube.schem +0 -0
  209. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/trencher.litematic +0 -0
  210. {nucleation-0.1.143 → nucleation-0.1.144}/tests/samples/wool_palette.litematic +0 -0
  211. {nucleation-0.1.143 → nucleation-0.1.144}/tests/simple_wasm_test.rs +0 -0
  212. {nucleation-0.1.143 → nucleation-0.1.144}/tests/test_barrel_hopper_simulation.rs +0 -0
  213. {nucleation-0.1.143 → nucleation-0.1.144}/tests/test_chunk_bounds_bug.rs +0 -0
  214. {nucleation-0.1.143 → nucleation-0.1.144}/tests/test_comparator_diagonal_bug.rs +0 -0
  215. {nucleation-0.1.143 → nucleation-0.1.144}/tests/test_comparator_subtract_bug.rs +0 -0
  216. {nucleation-0.1.143 → nucleation-0.1.144}/tests/test_comparator_subtract_executor.rs +0 -0
  217. {nucleation-0.1.143 → nucleation-0.1.144}/tests/test_custom_io_adjacent_bug.rs +0 -0
  218. {nucleation-0.1.143 → nucleation-0.1.144}/tests/test_custom_io_no_power_bug.rs +0 -0
  219. {nucleation-0.1.143 → nucleation-0.1.144}/tests/test_intermediate_wire_sync.rs +0 -0
  220. {nucleation-0.1.143 → nucleation-0.1.144}/tests/test_long_wire.rs +0 -0
  221. {nucleation-0.1.143 → nucleation-0.1.144}/tests/test_nibble_signal_strength.rs +0 -0
  222. {nucleation-0.1.143 → nucleation-0.1.144}/tests/test_region_expansion_bugs.rs +0 -0
  223. {nucleation-0.1.143 → nucleation-0.1.144}/tests/test_repeater_chain_sync.rs +0 -0
  224. {nucleation-0.1.143 → nucleation-0.1.144}/tests/test_repeater_custom_io_bug.rs +0 -0
  225. {nucleation-0.1.143 → nucleation-0.1.144}/tests/test_simulation_with_tight_bounds.rs +0 -0
  226. {nucleation-0.1.143 → nucleation-0.1.144}/tests/test_two_inputs_exact_topology.rs +0 -0
  227. {nucleation-0.1.143 → nucleation-0.1.144}/tests/test_two_inputs_no_output_bug.rs +0 -0
  228. {nucleation-0.1.143 → nucleation-0.1.144}/tests/test_typed_executor_sync_output_bug.rs +0 -0
  229. {nucleation-0.1.143 → nucleation-0.1.144}/tests/transformation_tests.rs +0 -0
  230. {nucleation-0.1.143 → nucleation-0.1.144}/tests/wasm_node_tests.rs +0 -0
  231. {nucleation-0.1.143 → nucleation-0.1.144}/tests/wasm_tests.rs +0 -0
  232. {nucleation-0.1.143 → nucleation-0.1.144}/tools/api_parity_exclusions.txt +0 -0
  233. {nucleation-0.1.143 → nucleation-0.1.144}/tools/check_api_parity.rs +0 -0
  234. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/bun.lockb +0 -0
  235. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/index.html +0 -0
  236. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/index.js +0 -0
  237. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/minecraft_schematic_utils.js +0 -0
  238. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/minecraft_schematic_utils_bg.wasm +0 -0
  239. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/LICENSE +0 -0
  240. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/README.md +0 -0
  241. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/assert/strict.d.ts +0 -0
  242. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/assert.d.ts +0 -0
  243. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/async_hooks.d.ts +0 -0
  244. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/buffer.d.ts +0 -0
  245. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/child_process.d.ts +0 -0
  246. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/cluster.d.ts +0 -0
  247. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/console.d.ts +0 -0
  248. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/constants.d.ts +0 -0
  249. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/crypto.d.ts +0 -0
  250. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/dgram.d.ts +0 -0
  251. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/diagnostics_channel.d.ts +0 -0
  252. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/dns/promises.d.ts +0 -0
  253. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/dns.d.ts +0 -0
  254. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/dom-events.d.ts +0 -0
  255. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/domain.d.ts +0 -0
  256. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/events.d.ts +0 -0
  257. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/fs/promises.d.ts +0 -0
  258. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/fs.d.ts +0 -0
  259. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/globals.d.ts +0 -0
  260. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/globals.global.d.ts +0 -0
  261. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/http.d.ts +0 -0
  262. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/http2.d.ts +0 -0
  263. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/https.d.ts +0 -0
  264. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/index.d.ts +0 -0
  265. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/inspector.d.ts +0 -0
  266. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/module.d.ts +0 -0
  267. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/net.d.ts +0 -0
  268. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/os.d.ts +0 -0
  269. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/package.json +0 -0
  270. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/path.d.ts +0 -0
  271. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/perf_hooks.d.ts +0 -0
  272. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/process.d.ts +0 -0
  273. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/punycode.d.ts +0 -0
  274. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/querystring.d.ts +0 -0
  275. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/readline/promises.d.ts +0 -0
  276. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/readline.d.ts +0 -0
  277. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/repl.d.ts +0 -0
  278. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/sea.d.ts +0 -0
  279. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/stream/consumers.d.ts +0 -0
  280. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/stream/promises.d.ts +0 -0
  281. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/stream/web.d.ts +0 -0
  282. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/stream.d.ts +0 -0
  283. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/string_decoder.d.ts +0 -0
  284. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/test.d.ts +0 -0
  285. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/timers/promises.d.ts +0 -0
  286. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/timers.d.ts +0 -0
  287. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/tls.d.ts +0 -0
  288. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/trace_events.d.ts +0 -0
  289. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/tty.d.ts +0 -0
  290. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/url.d.ts +0 -0
  291. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/util.d.ts +0 -0
  292. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/v8.d.ts +0 -0
  293. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/vm.d.ts +0 -0
  294. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/wasi.d.ts +0 -0
  295. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/worker_threads.d.ts +0 -0
  296. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/node/zlib.d.ts +0 -0
  297. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/LICENSE +0 -0
  298. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/README.md +0 -0
  299. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/index.d.mts +0 -0
  300. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/index.d.ts +0 -0
  301. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/LICENSE +0 -0
  302. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/README.md +0 -0
  303. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/assert/strict.d.ts +0 -0
  304. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/assert.d.ts +0 -0
  305. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/async_hooks.d.ts +0 -0
  306. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/buffer.d.ts +0 -0
  307. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/child_process.d.ts +0 -0
  308. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/cluster.d.ts +0 -0
  309. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/console.d.ts +0 -0
  310. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/constants.d.ts +0 -0
  311. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/crypto.d.ts +0 -0
  312. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dgram.d.ts +0 -0
  313. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/diagnostics_channel.d.ts +0 -0
  314. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dns/promises.d.ts +0 -0
  315. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dns.d.ts +0 -0
  316. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dom-events.d.ts +0 -0
  317. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/domain.d.ts +0 -0
  318. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/events.d.ts +0 -0
  319. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/fs/promises.d.ts +0 -0
  320. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/fs.d.ts +0 -0
  321. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/globals.d.ts +0 -0
  322. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/globals.global.d.ts +0 -0
  323. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/http.d.ts +0 -0
  324. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/http2.d.ts +0 -0
  325. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/https.d.ts +0 -0
  326. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/index.d.ts +0 -0
  327. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/inspector.d.ts +0 -0
  328. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/module.d.ts +0 -0
  329. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/net.d.ts +0 -0
  330. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/LICENSE +0 -0
  331. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/README.md +0 -0
  332. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/agent.d.ts +0 -0
  333. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/api.d.ts +0 -0
  334. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/balanced-pool.d.ts +0 -0
  335. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/cache.d.ts +0 -0
  336. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/client.d.ts +0 -0
  337. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/connector.d.ts +0 -0
  338. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/content-type.d.ts +0 -0
  339. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/cookies.d.ts +0 -0
  340. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/diagnostics-channel.d.ts +0 -0
  341. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/dispatcher.d.ts +0 -0
  342. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -0
  343. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/errors.d.ts +0 -0
  344. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/eventsource.d.ts +0 -0
  345. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/fetch.d.ts +0 -0
  346. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/file.d.ts +0 -0
  347. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/filereader.d.ts +0 -0
  348. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/formdata.d.ts +0 -0
  349. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/global-dispatcher.d.ts +0 -0
  350. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/global-origin.d.ts +0 -0
  351. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/handlers.d.ts +0 -0
  352. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/header.d.ts +0 -0
  353. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/index.d.ts +0 -0
  354. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/interceptors.d.ts +0 -0
  355. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-agent.d.ts +0 -0
  356. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-client.d.ts +0 -0
  357. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-errors.d.ts +0 -0
  358. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-interceptor.d.ts +0 -0
  359. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-pool.d.ts +0 -0
  360. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/package.json +0 -0
  361. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/patch.d.ts +0 -0
  362. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/pool-stats.d.ts +0 -0
  363. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/pool.d.ts +0 -0
  364. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/proxy-agent.d.ts +0 -0
  365. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/readable.d.ts +0 -0
  366. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/retry-agent.d.ts +0 -0
  367. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/retry-handler.d.ts +0 -0
  368. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/util.d.ts +0 -0
  369. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/webidl.d.ts +0 -0
  370. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/websocket.d.ts +0 -0
  371. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/os.d.ts +0 -0
  372. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/package.json +0 -0
  373. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/path.d.ts +0 -0
  374. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/perf_hooks.d.ts +0 -0
  375. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/process.d.ts +0 -0
  376. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/punycode.d.ts +0 -0
  377. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/querystring.d.ts +0 -0
  378. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/readline/promises.d.ts +0 -0
  379. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/readline.d.ts +0 -0
  380. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/repl.d.ts +0 -0
  381. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/sea.d.ts +0 -0
  382. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/sqlite.d.ts +0 -0
  383. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream/consumers.d.ts +0 -0
  384. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream/promises.d.ts +0 -0
  385. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream/web.d.ts +0 -0
  386. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream.d.ts +0 -0
  387. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/string_decoder.d.ts +0 -0
  388. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/test.d.ts +0 -0
  389. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/timers/promises.d.ts +0 -0
  390. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/timers.d.ts +0 -0
  391. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/tls.d.ts +0 -0
  392. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/trace_events.d.ts +0 -0
  393. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/tty.d.ts +0 -0
  394. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/url.d.ts +0 -0
  395. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/util.d.ts +0 -0
  396. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/v8.d.ts +0 -0
  397. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/vm.d.ts +0 -0
  398. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/wasi.d.ts +0 -0
  399. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/worker_threads.d.ts +0 -0
  400. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/node_modules/@types/node/zlib.d.ts +0 -0
  401. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/@types/ws/package.json +0 -0
  402. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/bun-types/README.md +0 -0
  403. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/bun-types/bun.d.ts +0 -0
  404. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/bun-types/deprecated.d.ts +0 -0
  405. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/bun-types/fetch.d.ts +0 -0
  406. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/bun-types/ffi.d.ts +0 -0
  407. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/bun-types/globals.d.ts +0 -0
  408. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/bun-types/html-rewriter.d.ts +0 -0
  409. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/bun-types/index.d.ts +0 -0
  410. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/bun-types/jsc.d.ts +0 -0
  411. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/bun-types/overrides.d.ts +0 -0
  412. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/bun-types/package.json +0 -0
  413. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/bun-types/sqlite.d.ts +0 -0
  414. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/bun-types/test.d.ts +0 -0
  415. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/bun-types/wasm.d.ts +0 -0
  416. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/README.md +0 -0
  417. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/agent.d.ts +0 -0
  418. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/api.d.ts +0 -0
  419. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/balanced-pool.d.ts +0 -0
  420. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/cache.d.ts +0 -0
  421. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/client.d.ts +0 -0
  422. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/connector.d.ts +0 -0
  423. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/content-type.d.ts +0 -0
  424. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/cookies.d.ts +0 -0
  425. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/diagnostics-channel.d.ts +0 -0
  426. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/dispatcher.d.ts +0 -0
  427. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/errors.d.ts +0 -0
  428. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/fetch.d.ts +0 -0
  429. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/file.d.ts +0 -0
  430. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/filereader.d.ts +0 -0
  431. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/formdata.d.ts +0 -0
  432. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/global-dispatcher.d.ts +0 -0
  433. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/global-origin.d.ts +0 -0
  434. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/handlers.d.ts +0 -0
  435. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/header.d.ts +0 -0
  436. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/index.d.ts +0 -0
  437. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/interceptors.d.ts +0 -0
  438. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/mock-agent.d.ts +0 -0
  439. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/mock-client.d.ts +0 -0
  440. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/mock-errors.d.ts +0 -0
  441. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/mock-interceptor.d.ts +0 -0
  442. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/mock-pool.d.ts +0 -0
  443. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/package.json +0 -0
  444. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/patch.d.ts +0 -0
  445. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/pool-stats.d.ts +0 -0
  446. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/pool.d.ts +0 -0
  447. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/proxy-agent.d.ts +0 -0
  448. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/readable.d.ts +0 -0
  449. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/webidl.d.ts +0 -0
  450. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/node_modules/undici-types/websocket.d.ts +0 -0
  451. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/nucleation-web.js +0 -0
  452. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/nucleation-web_bg.wasm +0 -0
  453. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/nucleation.js +0 -0
  454. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/nucleation_bg.js +0 -0
  455. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/nucleation_bg.wasm +0 -0
  456. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/package.json +0 -0
  457. {nucleation-0.1.143 → nucleation-0.1.144}/wasm-test/server.js +0 -0
@@ -1925,7 +1925,7 @@ dependencies = [
1925
1925
 
1926
1926
  [[package]]
1927
1927
  name = "nucleation"
1928
- version = "0.1.143"
1928
+ version = "0.1.144"
1929
1929
  dependencies = [
1930
1930
  "base64",
1931
1931
  "blockpedia",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "nucleation"
3
- version = "0.1.143"
3
+ version = "0.1.144"
4
4
  edition = "2021"
5
5
  description = "A high-performance Minecraft schematic parser and utility library"
6
6
  authors = ["Nano nano@schem.at"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nucleation
3
- Version: 0.1.143
3
+ Version: 0.1.144
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Intended Audience :: Developers
6
6
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
@@ -0,0 +1,515 @@
1
+ /**
2
+ * nucleation.h - C header for Nucleation FFI bindings
3
+ *
4
+ * High-performance Minecraft schematic parser, transformer, and simulator.
5
+ *
6
+ * All opaque types are forward-declared as structs. Pass them as pointers.
7
+ * Return values of 0 indicate success; -1 indicates a null pointer argument;
8
+ * -2 indicates an internal error.
9
+ */
10
+
11
+ #ifndef NUCLEATION_H
12
+ #define NUCLEATION_H
13
+
14
+ #include <stddef.h>
15
+ #include <stdint.h>
16
+
17
+ #ifdef __cplusplus
18
+ extern "C" {
19
+ #endif
20
+
21
+ /* ========================================================================== */
22
+ /* Opaque Types */
23
+ /* ========================================================================== */
24
+
25
+ typedef struct SchematicWrapper SchematicWrapper;
26
+ typedef struct BlockStateWrapper BlockStateWrapper;
27
+ typedef struct DefinitionRegionWrapper DefinitionRegionWrapper;
28
+ typedef struct ShapeWrapper ShapeWrapper;
29
+ typedef struct BrushWrapper BrushWrapper;
30
+ typedef struct SchematicBuilderWrapper SchematicBuilderWrapper;
31
+
32
+ /* ========================================================================== */
33
+ /* C-Compatible Data Structures */
34
+ /* ========================================================================== */
35
+
36
+ typedef struct {
37
+ unsigned char *data;
38
+ size_t len;
39
+ } ByteArray;
40
+
41
+ typedef struct {
42
+ char **data;
43
+ size_t len;
44
+ } StringArray;
45
+
46
+ typedef struct {
47
+ int *data;
48
+ size_t len;
49
+ } IntArray;
50
+
51
+ typedef struct {
52
+ float *data;
53
+ size_t len;
54
+ } CFloatArray;
55
+
56
+ typedef struct {
57
+ char *key;
58
+ char *value;
59
+ } CProperty;
60
+
61
+ typedef struct {
62
+ CProperty *data;
63
+ size_t len;
64
+ } CPropertyArray;
65
+
66
+ typedef struct {
67
+ int x;
68
+ int y;
69
+ int z;
70
+ char *name;
71
+ char *properties_json;
72
+ } CBlock;
73
+
74
+ typedef struct {
75
+ CBlock *data;
76
+ size_t len;
77
+ } CBlockArray;
78
+
79
+ typedef struct {
80
+ char *id;
81
+ int x;
82
+ int y;
83
+ int z;
84
+ char *nbt_json;
85
+ } CBlockEntity;
86
+
87
+ typedef struct {
88
+ CBlockEntity *data;
89
+ size_t len;
90
+ } CBlockEntityArray;
91
+
92
+ typedef struct {
93
+ int chunk_x;
94
+ int chunk_y;
95
+ int chunk_z;
96
+ CBlockArray blocks;
97
+ } CChunk;
98
+
99
+ typedef struct {
100
+ CChunk *data;
101
+ size_t len;
102
+ } CChunkArray;
103
+
104
+ typedef struct {
105
+ int min_x;
106
+ int min_y;
107
+ int min_z;
108
+ int max_x;
109
+ int max_y;
110
+ int max_z;
111
+ } CBoundingBox;
112
+
113
+ /* ========================================================================== */
114
+ /* Memory Management */
115
+ /* ========================================================================== */
116
+
117
+ void free_byte_array(ByteArray array);
118
+ void free_string_array(StringArray array);
119
+ void free_int_array(IntArray array);
120
+ void free_float_array(CFloatArray array);
121
+ void free_string(char *string);
122
+ void free_property_array(CPropertyArray array);
123
+ void free_block_array(CBlockArray array);
124
+ void free_block_entity_array(CBlockEntityArray array);
125
+ void free_chunk_array(CChunkArray array);
126
+
127
+ /* ========================================================================== */
128
+ /* Schematic Lifecycle */
129
+ /* ========================================================================== */
130
+
131
+ SchematicWrapper *schematic_new(void);
132
+ void schematic_free(SchematicWrapper *schematic);
133
+
134
+ /* ========================================================================== */
135
+ /* Schematic I/O */
136
+ /* ========================================================================== */
137
+
138
+ int schematic_from_data(SchematicWrapper *schematic,
139
+ const unsigned char *data, size_t data_len);
140
+ int schematic_from_litematic(SchematicWrapper *schematic,
141
+ const unsigned char *data, size_t data_len);
142
+ ByteArray schematic_to_litematic(const SchematicWrapper *schematic);
143
+ int schematic_from_schematic(SchematicWrapper *schematic,
144
+ const unsigned char *data, size_t data_len);
145
+ ByteArray schematic_to_schematic(const SchematicWrapper *schematic);
146
+
147
+ /* ========================================================================== */
148
+ /* Format Management */
149
+ /* ========================================================================== */
150
+
151
+ ByteArray schematic_save_as(const SchematicWrapper *schematic,
152
+ const char *format, const char *version);
153
+ StringArray schematic_get_supported_import_formats(void);
154
+ StringArray schematic_get_supported_export_formats(void);
155
+ StringArray schematic_get_format_versions(const char *format);
156
+ char *schematic_get_default_format_version(const char *format);
157
+ ByteArray schematic_to_schematic_version(const SchematicWrapper *schematic,
158
+ const char *version);
159
+ StringArray schematic_get_available_schematic_versions(void);
160
+
161
+ /* ========================================================================== */
162
+ /* Block Manipulation */
163
+ /* ========================================================================== */
164
+
165
+ int schematic_set_block(SchematicWrapper *schematic,
166
+ int x, int y, int z, const char *block_name);
167
+ int schematic_set_block_with_properties(SchematicWrapper *schematic,
168
+ int x, int y, int z,
169
+ const char *block_name,
170
+ const CProperty *properties,
171
+ size_t properties_len);
172
+ int schematic_set_block_from_string(SchematicWrapper *schematic,
173
+ int x, int y, int z,
174
+ const char *block_string);
175
+ int schematic_set_block_with_nbt(SchematicWrapper *schematic,
176
+ int x, int y, int z,
177
+ const char *block_name,
178
+ const char *nbt_json);
179
+ int schematic_set_block_in_region(SchematicWrapper *schematic,
180
+ const char *region_name,
181
+ int x, int y, int z,
182
+ const char *block_name);
183
+ int schematic_copy_region(SchematicWrapper *target,
184
+ const SchematicWrapper *source,
185
+ int min_x, int min_y, int min_z,
186
+ int max_x, int max_y, int max_z,
187
+ int target_x, int target_y, int target_z,
188
+ const char **excluded_blocks,
189
+ size_t excluded_blocks_len);
190
+
191
+ /* ========================================================================== */
192
+ /* Block & Entity Accessors */
193
+ /* ========================================================================== */
194
+
195
+ char *schematic_get_block(const SchematicWrapper *schematic,
196
+ int x, int y, int z);
197
+ char *schematic_get_block_string(const SchematicWrapper *schematic,
198
+ int x, int y, int z);
199
+ BlockStateWrapper *schematic_get_block_with_properties(
200
+ const SchematicWrapper *schematic, int x, int y, int z);
201
+ CBlockEntity *schematic_get_block_entity(const SchematicWrapper *schematic,
202
+ int x, int y, int z);
203
+ CBlockEntityArray schematic_get_all_block_entities(
204
+ const SchematicWrapper *schematic);
205
+ CBlockArray schematic_get_all_blocks(const SchematicWrapper *schematic);
206
+ CBlockArray schematic_get_chunk_blocks(const SchematicWrapper *schematic,
207
+ int offset_x, int offset_y,
208
+ int offset_z, int width,
209
+ int height, int length);
210
+
211
+ /* ========================================================================== */
212
+ /* Chunking */
213
+ /* ========================================================================== */
214
+
215
+ CChunkArray schematic_get_chunks(const SchematicWrapper *schematic,
216
+ int chunk_width, int chunk_height,
217
+ int chunk_length);
218
+ CChunkArray schematic_get_chunks_with_strategy(
219
+ const SchematicWrapper *schematic,
220
+ int chunk_width, int chunk_height, int chunk_length,
221
+ const char *strategy, float camera_x, float camera_y, float camera_z);
222
+
223
+ /* ========================================================================== */
224
+ /* Metadata & Dimensions */
225
+ /* ========================================================================== */
226
+
227
+ IntArray schematic_get_dimensions(const SchematicWrapper *schematic);
228
+ IntArray schematic_get_allocated_dimensions(const SchematicWrapper *schematic);
229
+ IntArray schematic_get_tight_dimensions(const SchematicWrapper *schematic);
230
+ IntArray schematic_get_tight_bounds_min(const SchematicWrapper *schematic);
231
+ IntArray schematic_get_tight_bounds_max(const SchematicWrapper *schematic);
232
+ int schematic_get_block_count(const SchematicWrapper *schematic);
233
+ int schematic_get_volume(const SchematicWrapper *schematic);
234
+ StringArray schematic_get_region_names(const SchematicWrapper *schematic);
235
+ CBoundingBox schematic_get_bounding_box(const SchematicWrapper *schematic);
236
+ CBoundingBox schematic_get_region_bounding_box(
237
+ const SchematicWrapper *schematic, const char *region_name);
238
+
239
+ /* ========================================================================== */
240
+ /* Palette */
241
+ /* ========================================================================== */
242
+
243
+ StringArray schematic_get_palette(const SchematicWrapper *schematic);
244
+ char *schematic_get_all_palettes(const SchematicWrapper *schematic);
245
+ StringArray schematic_get_default_region_palette(
246
+ const SchematicWrapper *schematic);
247
+ StringArray schematic_get_palette_from_region(
248
+ const SchematicWrapper *schematic, const char *region_name);
249
+
250
+ /* ========================================================================== */
251
+ /* Transformations */
252
+ /* ========================================================================== */
253
+
254
+ int schematic_flip_x(SchematicWrapper *schematic);
255
+ int schematic_flip_y(SchematicWrapper *schematic);
256
+ int schematic_flip_z(SchematicWrapper *schematic);
257
+ int schematic_rotate_x(SchematicWrapper *schematic, int degrees);
258
+ int schematic_rotate_y(SchematicWrapper *schematic, int degrees);
259
+ int schematic_rotate_z(SchematicWrapper *schematic, int degrees);
260
+ int schematic_flip_region_x(SchematicWrapper *schematic,
261
+ const char *region_name);
262
+ int schematic_flip_region_y(SchematicWrapper *schematic,
263
+ const char *region_name);
264
+ int schematic_flip_region_z(SchematicWrapper *schematic,
265
+ const char *region_name);
266
+ int schematic_rotate_region_x(SchematicWrapper *schematic,
267
+ const char *region_name, int degrees);
268
+ int schematic_rotate_region_y(SchematicWrapper *schematic,
269
+ const char *region_name, int degrees);
270
+ int schematic_rotate_region_z(SchematicWrapper *schematic,
271
+ const char *region_name, int degrees);
272
+
273
+ /* ========================================================================== */
274
+ /* Building (Fill) */
275
+ /* ========================================================================== */
276
+
277
+ int schematic_fill_cuboid(SchematicWrapper *schematic,
278
+ int min_x, int min_y, int min_z,
279
+ int max_x, int max_y, int max_z,
280
+ const char *block_name);
281
+ int schematic_fill_sphere(SchematicWrapper *schematic,
282
+ int cx, int cy, int cz, float radius,
283
+ const char *block_name);
284
+
285
+ /* ========================================================================== */
286
+ /* InSign */
287
+ /* ========================================================================== */
288
+
289
+ char *schematic_extract_signs(const SchematicWrapper *schematic);
290
+ char *schematic_compile_insign(const SchematicWrapper *schematic);
291
+
292
+ /* ========================================================================== */
293
+ /* Debug & Print */
294
+ /* ========================================================================== */
295
+
296
+ char *schematic_debug_info(const SchematicWrapper *schematic);
297
+ char *schematic_print(const SchematicWrapper *schematic);
298
+ char *schematic_print_schematic(const SchematicWrapper *schematic);
299
+ char *debug_schematic(const SchematicWrapper *schematic);
300
+ char *debug_json_schematic(const SchematicWrapper *schematic);
301
+
302
+ /* ========================================================================== */
303
+ /* Definition Region Management (on Schematic) */
304
+ /* ========================================================================== */
305
+
306
+ int schematic_add_definition_region(SchematicWrapper *schematic,
307
+ const char *name,
308
+ const DefinitionRegionWrapper *region);
309
+ DefinitionRegionWrapper *schematic_get_definition_region(
310
+ const SchematicWrapper *schematic, const char *name);
311
+ int schematic_remove_definition_region(SchematicWrapper *schematic,
312
+ const char *name);
313
+ StringArray schematic_get_definition_region_names(
314
+ const SchematicWrapper *schematic);
315
+ int schematic_create_definition_region(SchematicWrapper *schematic,
316
+ const char *name);
317
+ int schematic_create_definition_region_from_point(
318
+ SchematicWrapper *schematic, const char *name, int x, int y, int z);
319
+ int schematic_create_definition_region_from_bounds(
320
+ SchematicWrapper *schematic, const char *name,
321
+ int min_x, int min_y, int min_z, int max_x, int max_y, int max_z);
322
+ DefinitionRegionWrapper *schematic_create_region(
323
+ SchematicWrapper *schematic, const char *name,
324
+ int min_x, int min_y, int min_z, int max_x, int max_y, int max_z);
325
+ int schematic_update_region(SchematicWrapper *schematic, const char *name,
326
+ const DefinitionRegionWrapper *region);
327
+ int schematic_definition_region_add_bounds(
328
+ SchematicWrapper *schematic, const char *name,
329
+ int min_x, int min_y, int min_z, int max_x, int max_y, int max_z);
330
+ int schematic_definition_region_add_point(SchematicWrapper *schematic,
331
+ const char *name,
332
+ int x, int y, int z);
333
+ int schematic_definition_region_set_metadata(SchematicWrapper *schematic,
334
+ const char *name,
335
+ const char *key,
336
+ const char *value);
337
+ int schematic_definition_region_shift(SchematicWrapper *schematic,
338
+ const char *name,
339
+ int dx, int dy, int dz);
340
+
341
+ /* ========================================================================== */
342
+ /* BlockState Wrapper */
343
+ /* ========================================================================== */
344
+
345
+ BlockStateWrapper *blockstate_new(const char *name);
346
+ void blockstate_free(BlockStateWrapper *bs);
347
+ BlockStateWrapper *blockstate_with_property(BlockStateWrapper *block_state,
348
+ const char *key,
349
+ const char *value);
350
+ char *blockstate_get_name(const BlockStateWrapper *block_state);
351
+ CPropertyArray blockstate_get_properties(
352
+ const BlockStateWrapper *block_state);
353
+
354
+ /* ========================================================================== */
355
+ /* DefinitionRegion Wrapper */
356
+ /* ========================================================================== */
357
+
358
+ /* Lifecycle */
359
+ DefinitionRegionWrapper *definitionregion_new(void);
360
+ void definitionregion_free(DefinitionRegionWrapper *ptr);
361
+
362
+ /* Constructors */
363
+ DefinitionRegionWrapper *definitionregion_from_bounds(
364
+ int min_x, int min_y, int min_z, int max_x, int max_y, int max_z);
365
+ DefinitionRegionWrapper *definitionregion_from_positions(
366
+ const int *positions, size_t positions_len);
367
+ DefinitionRegionWrapper *definitionregion_from_bounding_boxes(
368
+ const int *boxes, size_t boxes_len);
369
+
370
+ /* Mutators */
371
+ int definitionregion_add_bounds(DefinitionRegionWrapper *ptr,
372
+ int min_x, int min_y, int min_z,
373
+ int max_x, int max_y, int max_z);
374
+ int definitionregion_add_point(DefinitionRegionWrapper *ptr,
375
+ int x, int y, int z);
376
+ int definitionregion_set_metadata(DefinitionRegionWrapper *ptr,
377
+ const char *key, const char *value);
378
+ int definitionregion_set_metadata_mut(DefinitionRegionWrapper *ptr,
379
+ const char *key, const char *value);
380
+ int definitionregion_set_color(DefinitionRegionWrapper *ptr, uint32_t color);
381
+ int definitionregion_shift(DefinitionRegionWrapper *ptr,
382
+ int dx, int dy, int dz);
383
+ int definitionregion_expand(DefinitionRegionWrapper *ptr,
384
+ int x, int y, int z);
385
+ int definitionregion_contract(DefinitionRegionWrapper *ptr, int amount);
386
+ int definitionregion_simplify(DefinitionRegionWrapper *ptr);
387
+ int definitionregion_merge(DefinitionRegionWrapper *ptr,
388
+ const DefinitionRegionWrapper *other);
389
+ int definitionregion_union_into(DefinitionRegionWrapper *ptr,
390
+ const DefinitionRegionWrapper *other);
391
+ int definitionregion_add_filter(DefinitionRegionWrapper *ptr,
392
+ const char *filter);
393
+ int definitionregion_exclude_block(DefinitionRegionWrapper *ptr,
394
+ const SchematicWrapper *schematic,
395
+ const char *block_name);
396
+ int definitionregion_sync(const DefinitionRegionWrapper *ptr,
397
+ SchematicWrapper *schematic, const char *name);
398
+
399
+ /* Accessors */
400
+ char *definitionregion_get_metadata(const DefinitionRegionWrapper *ptr,
401
+ const char *key);
402
+ char *definitionregion_get_all_metadata(const DefinitionRegionWrapper *ptr);
403
+ StringArray definitionregion_metadata_keys(
404
+ const DefinitionRegionWrapper *ptr);
405
+ int definitionregion_is_empty(const DefinitionRegionWrapper *ptr);
406
+ int definitionregion_volume(const DefinitionRegionWrapper *ptr);
407
+ int definitionregion_contains(const DefinitionRegionWrapper *ptr,
408
+ int x, int y, int z);
409
+ int definitionregion_is_contiguous(const DefinitionRegionWrapper *ptr);
410
+ int definitionregion_connected_components(
411
+ const DefinitionRegionWrapper *ptr);
412
+ int definitionregion_box_count(const DefinitionRegionWrapper *ptr);
413
+ CBoundingBox definitionregion_get_bounds(
414
+ const DefinitionRegionWrapper *ptr);
415
+ CBoundingBox definitionregion_get_box(const DefinitionRegionWrapper *ptr,
416
+ size_t index);
417
+ IntArray definitionregion_get_boxes(const DefinitionRegionWrapper *ptr);
418
+ IntArray definitionregion_dimensions(const DefinitionRegionWrapper *ptr);
419
+ IntArray definitionregion_center(const DefinitionRegionWrapper *ptr);
420
+ CFloatArray definitionregion_center_f32(const DefinitionRegionWrapper *ptr);
421
+ IntArray definitionregion_positions(const DefinitionRegionWrapper *ptr);
422
+ IntArray definitionregion_positions_sorted(
423
+ const DefinitionRegionWrapper *ptr);
424
+ int definitionregion_intersects_bounds(const DefinitionRegionWrapper *ptr,
425
+ int min_x, int min_y, int min_z,
426
+ int max_x, int max_y, int max_z);
427
+ CBlockArray definitionregion_blocks(const DefinitionRegionWrapper *ptr,
428
+ const SchematicWrapper *schematic);
429
+
430
+ /* Set operations (return new regions - caller must free) */
431
+ DefinitionRegionWrapper *definitionregion_intersect(
432
+ const DefinitionRegionWrapper *a, const DefinitionRegionWrapper *b);
433
+ DefinitionRegionWrapper *definitionregion_union(
434
+ const DefinitionRegionWrapper *a, const DefinitionRegionWrapper *b);
435
+ DefinitionRegionWrapper *definitionregion_subtract(
436
+ const DefinitionRegionWrapper *a, const DefinitionRegionWrapper *b);
437
+ DefinitionRegionWrapper *definitionregion_intersected(
438
+ const DefinitionRegionWrapper *a, const DefinitionRegionWrapper *b);
439
+ DefinitionRegionWrapper *definitionregion_subtracted(
440
+ const DefinitionRegionWrapper *a, const DefinitionRegionWrapper *b);
441
+
442
+ /* Immutable copies / transforms (return new regions - caller must free) */
443
+ DefinitionRegionWrapper *definitionregion_shifted(
444
+ const DefinitionRegionWrapper *ptr, int dx, int dy, int dz);
445
+ DefinitionRegionWrapper *definitionregion_expanded(
446
+ const DefinitionRegionWrapper *ptr, int x, int y, int z);
447
+ DefinitionRegionWrapper *definitionregion_contracted(
448
+ const DefinitionRegionWrapper *ptr, int amount);
449
+ DefinitionRegionWrapper *definitionregion_copy(
450
+ const DefinitionRegionWrapper *ptr);
451
+ DefinitionRegionWrapper *definitionregion_clone_region(
452
+ const DefinitionRegionWrapper *ptr);
453
+ DefinitionRegionWrapper *definitionregion_filter_by_block(
454
+ const DefinitionRegionWrapper *ptr, const SchematicWrapper *schematic,
455
+ const char *block_name);
456
+ DefinitionRegionWrapper *definitionregion_filter_by_properties(
457
+ const DefinitionRegionWrapper *ptr, const SchematicWrapper *schematic,
458
+ const char *properties_json);
459
+
460
+ /* ========================================================================== */
461
+ /* Shape / Brush / BuildingTool */
462
+ /* ========================================================================== */
463
+
464
+ /* Shapes */
465
+ ShapeWrapper *shape_sphere(int cx, int cy, int cz, float radius);
466
+ ShapeWrapper *shape_cuboid(int min_x, int min_y, int min_z,
467
+ int max_x, int max_y, int max_z);
468
+ void shape_free(ShapeWrapper *ptr);
469
+
470
+ /* Brushes */
471
+ BrushWrapper *brush_solid(const char *block_name);
472
+ BrushWrapper *brush_color(unsigned char r, unsigned char g, unsigned char b);
473
+ BrushWrapper *brush_linear_gradient(int x1, int y1, int z1,
474
+ unsigned char r1, unsigned char g1,
475
+ unsigned char b1,
476
+ int x2, int y2, int z2,
477
+ unsigned char r2, unsigned char g2,
478
+ unsigned char b2, int space);
479
+ BrushWrapper *brush_shaded(unsigned char r, unsigned char g, unsigned char b,
480
+ float lx, float ly, float lz);
481
+ BrushWrapper *brush_bilinear_gradient(
482
+ int ox, int oy, int oz, int ux, int uy, int uz, int vx, int vy, int vz,
483
+ unsigned char r00, unsigned char g00, unsigned char b00,
484
+ unsigned char r10, unsigned char g10, unsigned char b10,
485
+ unsigned char r01, unsigned char g01, unsigned char b01,
486
+ unsigned char r11, unsigned char g11, unsigned char b11, int space);
487
+ BrushWrapper *brush_point_gradient(const int *positions,
488
+ const unsigned char *colors,
489
+ size_t count, float falloff, int space);
490
+ void brush_free(BrushWrapper *ptr);
491
+
492
+ /* BuildingTool */
493
+ int buildingtool_fill(SchematicWrapper *schematic,
494
+ const ShapeWrapper *shape, const BrushWrapper *brush);
495
+
496
+ /* ========================================================================== */
497
+ /* SchematicBuilder */
498
+ /* ========================================================================== */
499
+
500
+ SchematicBuilderWrapper *schematicbuilder_new(void);
501
+ void schematicbuilder_free(SchematicBuilderWrapper *ptr);
502
+ int schematicbuilder_name(SchematicBuilderWrapper *ptr, const char *name);
503
+ int schematicbuilder_map(SchematicBuilderWrapper *ptr, char ch,
504
+ const char *block);
505
+ int schematicbuilder_layers(SchematicBuilderWrapper *ptr,
506
+ const char *layers_json);
507
+ SchematicWrapper *schematicbuilder_build(SchematicBuilderWrapper *ptr);
508
+ SchematicBuilderWrapper *schematicbuilder_from_template(
509
+ const char *template_str);
510
+
511
+ #ifdef __cplusplus
512
+ }
513
+ #endif
514
+
515
+ #endif /* NUCLEATION_H */