zen-flow 1.7.4 → 1.8.0

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -111,6 +111,7 @@ Array.from({ length: 11 })
111
111
  - `replace` - Replaced crafting recipe
112
112
  - Shaped recipe: `object`
113
113
  - Shapeless recipe: `Array`
114
+ - `replaceAll` - Replace all recipes
114
115
  - `replaceMany` - Remove all recipes and add multiple recipes
115
116
  - `addFurnace` - Adds furnace recipe
116
117
  - `removeFurnace` - Removes furnace recipe
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zen-flow",
3
- "version": "1.7.4",
3
+ "version": "1.8.0",
4
4
  "description": "MineTweaker ZenScript made easy.",
5
5
  "main": "dist/zenflow.cjs",
6
6
  "module": "dist/zenflow.mjs",