// Modifies the recipes for trapdoors to match the Gregified Integrations recipes ServerEvents.recipes((event) => { gregifyButtonRecipe(event, ":", "aether:skyroot_button"); gregifyButtonRecipe(event, ":", "aether:holystone_button", [ `aether:holystone`, "#forge:tools/hammers", ]); });