So, I've been working on tweaking some drops in Mob Properties by Father Toast, but I have come about a problem: On line 12, the online JSon editor says that it expects a ':', but when I change it, it says it expects ','. Can someone correct my mistake, I've been staring at it for half an hour and still can't figure it out.
	
	
	
		
				
			
		Code:
	
	{
    "_name": "SpecialMobs.GatlingSkeleton",
    "drops":
    [
      {
          "function": "remove",
          "id": 289
      },
     
      {
          "function": "add",
          "id": 30066:13
      }
    ],
    "stats": []
} 
				
		 
 
		 It's going to result in my configs being at least 5x larger for exactly the same content...
 It's going to result in my configs being at least 5x larger for exactly the same content...