I'm using the 28.0.45 mdk, the rest of my mod is working fine. I'm just looking for a way to remove vanilla recipes.   The recipe is in iron_chestplate.json { "type": "minecraft:crafting_shaped", "pattern": [ "X X", "XXX", "XXX" ], "key": { "X": { "item": "minecraft:iron_ingot" } }, "result": { "item": "minecraft:iron_ingot", "count": 8 } } I have more un-recipes, but I figured I'd get just this one working first. Ideally, the outp