zen-flow 16.5.0 → 16.5.1
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 +2 -0
- package/package.json +1 -1
package/dist/zenflow.d.ts
CHANGED
|
@@ -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;
|