IC save API recipes

Save recipes in IC Helper when using API in console

Verze ze dne 25. 12. 2024. Zobrazit nejnovější verzi.

Autor
Active Tutorial
Hodnocení
0 0 0
Verze
1.0
Vytvořeno
25. 12. 2024
Aktualizováno
25. 12. 2024
Size
2,2 KB
Licence
MIT
Spustit na

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.