ServerEvents.recipes(event => {
event.forEachRecipe({mod: "create", not: {
input: ["create:brass_ingot", "create:brass_sheet", "create:precision_mechanism", "create:brass_casing", "create:railway_casing", "create:sturdy_sheet", "create:powdered_obsidian", "create:electron_tube", "create:track"]
}}, recipe => {
let output = recipe.originalRecipeResult
AStages.addRestrictionForItem("stages_" + output, "medieval_age", output)
})
})
It seems to place all the vanilla ores (minus netherite) and stripped logs and whatnot which does not make sense to me.
