IC save API recipes

Save recipes in IC Helper when using API in console

Author
Active Tutorial
Daily installs
0
Total installs
3
Ratings
0 0 0
Version
1.3
Created
2024-12-25
Updated
2024-12-26
Size
2.33 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.