Mikarific/InfiniteCraftHelper

Save File Analyzer erroneously reports "You don't have Infinite Craft Helper installed!" in some cases

ToMyFriends opened this issue · 0 comments

I downloaded the userscript for the first time, used it to export my save, and then tried to submitted it to the Save File Analyzer at https://infinibrowser.zptr.cc/. However, the website (erroneously) replied: "You don't have Infinite Craft Helper installed!"

I think it did this because the recipes section of my save file was an empty object (since I hadn't yet crafted anything with the userscript installed.)

You can reproduce this yourself by submitting a trivial save file such as this one:

{
	"elements": [
		{
			"text": "Water",
			"emoji": "💧",
			"discovered": false
		}
	],
	"darkMode": true,
	"pinned": [],
	"recipes": {}
}