mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-14 03:48:06 +01:00
6 lines
196 B
JavaScript
6 lines
196 B
JavaScript
|
// Modifies the recipes for trapdoors to match the Gregified Integrations recipes
|
||
|
|
||
|
ServerEvents.recipes((event) => {
|
||
|
gregifyButtonRecipe(event, "<identifier>:<name>", "meadow:pine_button");
|
||
|
});
|