For anyone trying to edit your save items I was able to do it manually by opening the save in a text editor and searching for 
"_items". After which there should be a list of numbers that looks something like this {"X":Y,"X":Y} where the X is the item id and Y is how many of those items you have. A list of the item ID can be found in the data file of the game under Items.json.
	
		
			
		
		
	
								"_items". After which there should be a list of numbers that looks something like this {"X":Y,"X":Y} where the X is the item id and Y is how many of those items you have. A list of the item ID can be found in the data file of the game under Items.json.