nucleation 0.1.181 → 0.1.182

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.
package/nucleation.d.ts CHANGED
@@ -2226,6 +2226,48 @@ export interface InitOutput {
2226
2226
  readonly multimeshresultwrapper_meshCount: (a: number) => number;
2227
2227
  readonly textureatlaswrapper_height: (a: number) => number;
2228
2228
  readonly textureatlaswrapper_width: (a: number) => number;
2229
+ readonly __wbg_blockposition_free: (a: number, b: number) => void;
2230
+ readonly __wbg_get_blockposition_x: (a: number) => number;
2231
+ readonly __wbg_get_blockposition_y: (a: number) => number;
2232
+ readonly __wbg_get_blockposition_z: (a: number) => number;
2233
+ readonly __wbg_mchprsworldwrapper_free: (a: number, b: number) => void;
2234
+ readonly __wbg_set_blockposition_x: (a: number, b: number) => void;
2235
+ readonly __wbg_set_blockposition_y: (a: number, b: number) => void;
2236
+ readonly __wbg_set_blockposition_z: (a: number, b: number) => void;
2237
+ readonly __wbg_simulationoptionswrapper_free: (a: number, b: number) => void;
2238
+ readonly blockposition_new: (a: number, b: number, c: number) => number;
2239
+ readonly mchprsworldwrapper_checkCustomIoChanges: (a: number) => void;
2240
+ readonly mchprsworldwrapper_clearCustomIoChanges: (a: number) => void;
2241
+ readonly mchprsworldwrapper_flush: (a: number) => void;
2242
+ readonly mchprsworldwrapper_getSignalStrength: (a: number, b: number, c: number, d: number) => number;
2243
+ readonly mchprsworldwrapper_get_lever_power: (a: number, b: number, c: number, d: number) => number;
2244
+ readonly mchprsworldwrapper_get_redstone_power: (a: number, b: number, c: number, d: number) => number;
2245
+ readonly mchprsworldwrapper_get_schematic: (a: number) => number;
2246
+ readonly mchprsworldwrapper_get_truth_table: (a: number) => any;
2247
+ readonly mchprsworldwrapper_into_schematic: (a: number) => number;
2248
+ readonly mchprsworldwrapper_is_lit: (a: number, b: number, c: number, d: number) => number;
2249
+ readonly mchprsworldwrapper_new: (a: number) => [number, number, number];
2250
+ readonly mchprsworldwrapper_on_use_block: (a: number, b: number, c: number, d: number) => void;
2251
+ readonly mchprsworldwrapper_peekCustomIoChanges: (a: number) => any;
2252
+ readonly mchprsworldwrapper_pollCustomIoChanges: (a: number) => any;
2253
+ readonly mchprsworldwrapper_setSignalStrength: (a: number, b: number, c: number, d: number, e: number) => void;
2254
+ readonly mchprsworldwrapper_sync_to_schematic: (a: number) => void;
2255
+ readonly mchprsworldwrapper_tick: (a: number, b: number) => void;
2256
+ readonly mchprsworldwrapper_with_options: (a: number, b: number) => [number, number, number];
2257
+ readonly simulationoptionswrapper_addCustomIo: (a: number, b: number, c: number, d: number) => void;
2258
+ readonly simulationoptionswrapper_clearCustomIo: (a: number) => void;
2259
+ readonly simulationoptionswrapper_io_only: (a: number) => number;
2260
+ readonly simulationoptionswrapper_new: () => number;
2261
+ readonly simulationoptionswrapper_optimize: (a: number) => number;
2262
+ readonly simulationoptionswrapper_set_io_only: (a: number, b: number) => void;
2263
+ readonly simulationoptionswrapper_set_optimize: (a: number, b: number) => void;
2264
+ readonly schematicwrapper_create_simulation_world: (a: number) => [number, number, number];
2265
+ readonly schematicwrapper_create_simulation_world_with_options: (a: number, b: number) => [number, number, number];
2266
+ readonly __wbg_palettemanager_free: (a: number, b: number) => void;
2267
+ readonly palettemanager_getConcreteBlocks: () => [number, number];
2268
+ readonly palettemanager_getPaletteByKeywords: (a: number, b: number) => [number, number];
2269
+ readonly palettemanager_getTerracottaBlocks: () => [number, number];
2270
+ readonly palettemanager_getWoolBlocks: () => [number, number];
2229
2271
  readonly __wbg_brushwrapper_free: (a: number, b: number) => void;
2230
2272
  readonly __wbg_definitionregionwrapper_free: (a: number, b: number) => void;
2231
2273
  readonly __wbg_shapewrapper_free: (a: number, b: number) => void;
@@ -2303,48 +2345,6 @@ export interface InitOutput {
2303
2345
  readonly wasmbuildingtool_fill: (a: number, b: number, c: number) => void;
2304
2346
  readonly wasmbuildingtool_rstack: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
2305
2347
  readonly definitionregionwrapper_copy: (a: number) => number;
2306
- readonly __wbg_blockposition_free: (a: number, b: number) => void;
2307
- readonly __wbg_get_blockposition_x: (a: number) => number;
2308
- readonly __wbg_get_blockposition_y: (a: number) => number;
2309
- readonly __wbg_get_blockposition_z: (a: number) => number;
2310
- readonly __wbg_mchprsworldwrapper_free: (a: number, b: number) => void;
2311
- readonly __wbg_set_blockposition_x: (a: number, b: number) => void;
2312
- readonly __wbg_set_blockposition_y: (a: number, b: number) => void;
2313
- readonly __wbg_set_blockposition_z: (a: number, b: number) => void;
2314
- readonly __wbg_simulationoptionswrapper_free: (a: number, b: number) => void;
2315
- readonly blockposition_new: (a: number, b: number, c: number) => number;
2316
- readonly mchprsworldwrapper_checkCustomIoChanges: (a: number) => void;
2317
- readonly mchprsworldwrapper_clearCustomIoChanges: (a: number) => void;
2318
- readonly mchprsworldwrapper_flush: (a: number) => void;
2319
- readonly mchprsworldwrapper_getSignalStrength: (a: number, b: number, c: number, d: number) => number;
2320
- readonly mchprsworldwrapper_get_lever_power: (a: number, b: number, c: number, d: number) => number;
2321
- readonly mchprsworldwrapper_get_redstone_power: (a: number, b: number, c: number, d: number) => number;
2322
- readonly mchprsworldwrapper_get_schematic: (a: number) => number;
2323
- readonly mchprsworldwrapper_get_truth_table: (a: number) => any;
2324
- readonly mchprsworldwrapper_into_schematic: (a: number) => number;
2325
- readonly mchprsworldwrapper_is_lit: (a: number, b: number, c: number, d: number) => number;
2326
- readonly mchprsworldwrapper_new: (a: number) => [number, number, number];
2327
- readonly mchprsworldwrapper_on_use_block: (a: number, b: number, c: number, d: number) => void;
2328
- readonly mchprsworldwrapper_peekCustomIoChanges: (a: number) => any;
2329
- readonly mchprsworldwrapper_pollCustomIoChanges: (a: number) => any;
2330
- readonly mchprsworldwrapper_setSignalStrength: (a: number, b: number, c: number, d: number, e: number) => void;
2331
- readonly mchprsworldwrapper_sync_to_schematic: (a: number) => void;
2332
- readonly mchprsworldwrapper_tick: (a: number, b: number) => void;
2333
- readonly mchprsworldwrapper_with_options: (a: number, b: number) => [number, number, number];
2334
- readonly simulationoptionswrapper_addCustomIo: (a: number, b: number, c: number, d: number) => void;
2335
- readonly simulationoptionswrapper_clearCustomIo: (a: number) => void;
2336
- readonly simulationoptionswrapper_io_only: (a: number) => number;
2337
- readonly simulationoptionswrapper_new: () => number;
2338
- readonly simulationoptionswrapper_optimize: (a: number) => number;
2339
- readonly simulationoptionswrapper_set_io_only: (a: number, b: number) => void;
2340
- readonly simulationoptionswrapper_set_optimize: (a: number, b: number) => void;
2341
- readonly schematicwrapper_create_simulation_world: (a: number) => [number, number, number];
2342
- readonly schematicwrapper_create_simulation_world_with_options: (a: number, b: number) => [number, number, number];
2343
- readonly __wbg_palettemanager_free: (a: number, b: number) => void;
2344
- readonly palettemanager_getConcreteBlocks: () => [number, number];
2345
- readonly palettemanager_getPaletteByKeywords: (a: number, b: number) => [number, number];
2346
- readonly palettemanager_getTerracottaBlocks: () => [number, number];
2347
- readonly palettemanager_getWoolBlocks: () => [number, number];
2348
2348
  readonly generate_gradient_between_blocks: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => any;
2349
2349
  readonly generate_gradient_between_colors: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number) => any;
2350
2350
  readonly get_all_colored_blocks: () => any;
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Nano nano@schem.at"
6
6
  ],
7
7
  "description": "A high-performance Minecraft schematic parser and utility library",
8
- "version": "0.1.181",
8
+ "version": "0.1.182",
9
9
  "license": "AGPL-3.0-only",
10
10
  "repository": {
11
11
  "type": "git",