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.
- package/README.md +1 -0
- 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
|