I'm following a tutorial on making mods and all was going well until i came to shapeless crafting, i had a look around and tried the recipe below in a shaped crafting json but still no luck so i'm assuming i have the id's wrong for the slime and/or for the pink dye? i have had a look and tried other variation that i came across for the id's but i'm not having much look so i thought i'd ask for a hand. :)
 
{ 
    "type": "minecraft:crafting_shapeless",
    "ingredients": 
    [
    {
      "item": "minecraft:slime_ball"
    },
    {
      "item": "minecraft:pink_dye"
    }
    
    ],
    "result": 
    {
        "item": "rm:pink_slime",
        "count": 1
    }
}