zen-flow 2.6.4 → 2.6.5

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
@@ -413,7 +413,7 @@ declare const removeTransposerExtract: (id: string) => string;
413
413
  declare type RecipeFurnace = {
414
414
  in: string;
415
415
  out: Ingredient;
416
- xp: number;
416
+ xp?: number;
417
417
  };
418
418
  /**
419
419
  * Add crafting recipe
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zen-flow",
3
- "version": "2.6.4",
3
+ "version": "2.6.5",
4
4
  "description": "MineTweaker ZenScript made easy.",
5
5
  "main": "dist/zenflow.cjs",
6
6
  "module": "dist/zenflow.mjs",