zen-flow 1.2.0 → 1.2.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 CHANGED
@@ -273,7 +273,7 @@ declare type RecipeSmelter = {
273
273
  declare type RecipeTransposerFill = {
274
274
  rf: number;
275
275
  in: string;
276
- out: Ingredients;
276
+ out: string;
277
277
  liquid: Ingredients;
278
278
  };
279
279
  declare type RecipeTransposerExtract = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zen-flow",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "MineTweaker ZenScript made easy.",
5
5
  "main": "dist/zenflow.cjs",
6
6
  "module": "dist/zenflow.mjs",