here's the full script in case u wanna take a sniff at it:
ServerEvents.recipes(event => {
event.remove({output: 'projecte:philosophers_stone'})
event.remove({output: 'projecte:repair_talisman'})
event.remove({output: 'projecte:harvest_goddess_band'})
event.recipes.create.mechanical_crafting('projecte:philosophers_stone', [
'RSSSSSR',
'SSGGGSS',
'SG1D2GS',
'SGDNDGS',
'SG3D4GS',
'SSGGGSS',
'RSSSSSR',
], {
R: 'redstone',
S: '#dar:soul_items',
G: '#forge:dusts/gold',
D: 'diamond',
N: 'nether_star',
1: 'botania:rune_fire',
2: 'botania:rune_water',
3: 'botania:rune_earth',
4: 'botania:rune_air'
})
event.recipes.industrialforegoing.dissolution_chamber([
'projecte:low_covalence_dust',
'projecte:medium_covalence_dust',
'projecte:high_covalence_dust',
'string',
'paper',
Item.of('minecraft:enchanted_book', {StoredEnchantments: [{lvl: 1, id: "minecraft:mending"}]}).strongNBT()
],
'create_enchantment_industry:hyper_experience',
'projecte:repair_talisman',
100).outputFluid("create_enchantment_industry:experience");
event.recipes.thermal.bottler('projecte:harvest_goddess_band', [Fluid.of('cyclic:biomass', 200),'projecte:iron_band'])
})