IC save API recipes

Save recipes in IC Helper when using API in console

Version vom 25.12.2024. Aktuellste Version

Autor
Active Tutorial
Bewertungen
0 0 0
Version
1.1
Erstellt am
25.12.2024
Letzte Aktualisierung
25.12.2024
Größe
2,3 KB
Lizenz
MIT
Wird angewandt auf

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.