IC save API recipes

Save recipes in IC Helper when using API in console

As of 2024-12-25. See the latest version.

Author
Active Tutorial
Ratings
0 0 0
Version
1.0
Created
2024-12-25
Updated
2024-12-25
Size
2.18 KB
License
MIT
Applies to

Saves recipes made with API directly by intercepting fetch.

Only works if you add
unsafeWindow.addElementToCrafts = addElementToCrafts;
in IC Helper script after addElementToCrafts has been defined.