I am trying to remove both a few vanilla and several modded potions, I tried following the instructions for it as follows:
event.removePotionBrewing({
ingredient: "minecraft:magma_cream",
input: "minecraft:awkward",
output: "minecraft:fire_resistance",
})
})
What did I do wrong? it didn't work (No crash but fire res still exists)