// Modifies the recipes for doors to match the Gregified Integrations recipes ServerEvents.recipes((event) => { gregifyDoorRecipe(event, ":", "minecraft:iron_door", [ "minecraft:iron_ingot", ]); });