zen-flow 16.5.0 → 16.5.2

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/dist/zenflow.d.ts CHANGED
@@ -1935,7 +1935,7 @@ declare const RESEARCH: {
1935
1935
  readonly focusHellBat: "FOCUSHELLBAT";
1936
1936
  readonly visChargeRelay: "VISCHARGERELAY";
1937
1937
  readonly rodIce: "ROD_ice";
1938
- readonly nodeStabilizeRadV: "NODESTABILIZERADV";
1938
+ readonly nodeStabilizerAdv: "NODESTABILIZERADV";
1939
1939
  readonly rodReed: "ROD_reed";
1940
1940
  readonly rodGreatwoodStaff: "ROD_greatwood_staff";
1941
1941
  readonly focusDisenchanting: "salisarcana:FOCUS_DISENCHANTING";
@@ -2649,6 +2649,8 @@ type RecipeResearchMove = {
2649
2649
  *
2650
2650
  * **Note**: This only works when the page type is unchanged, otherwise use `resetResearch` and manually add back missing pages.
2651
2651
  *
2652
+ * **Note**: Will throw `NullPointerException` if called after `addResearchParent`
2653
+ *
2652
2654
  * @see https://minetweaker3.aizistral.com/wiki/ModTweaker:Thaumcraft_4_Support:Research
2653
2655
  */
2654
2656
  declare const moveResearch: (recipe: RecipeResearchMove) => string;
package/dist/zenflow.js CHANGED
@@ -1016,7 +1016,7 @@ const RESEARCH = {
1016
1016
  focusHellBat: "FOCUSHELLBAT",
1017
1017
  visChargeRelay: "VISCHARGERELAY",
1018
1018
  rodIce: "ROD_ice",
1019
- nodeStabilizeRadV: "NODESTABILIZERADV",
1019
+ nodeStabilizerAdv: "NODESTABILIZERADV",
1020
1020
  rodReed: "ROD_reed",
1021
1021
  rodGreatwoodStaff: "ROD_greatwood_staff",
1022
1022
  focusDisenchanting: "salisarcana:FOCUS_DISENCHANTING",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zen-flow",
3
- "version": "16.5.0",
3
+ "version": "16.5.2",
4
4
  "description": "MineTweaker ZenScript made easy.",
5
5
  "type": "module",
6
6
  "exports": {