#Mass remove recipes depending on the machine they are made in
40 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Do they not have recipe ids?
So you just want them all gone?
It's possible, lemme cook it up for ya
tysm, u need any code or ids?
Nope
I think this should work in a recipe event:
event.remove({type: "industrialforegoing:laser_drill_ore"})
event.remove({type: "industrialforegoing:laser_drill_fluid"})
No problem 🙂
and to hide it from jei i use
event.hide('industrialforegoing:laser_drill')
in the client scripts
You have to add _ore (and _fluid in a separate hide)
oh yep
event.hide('industrialforegoing:laser_drill')
event.hide('industrialforegoing:ore_laser_base')
event.hide('industrialforegoing:fluid_laser_base')

Thats the block id, not the recipe type id
oh isnt that for hiding the item in jei?
ohh okay
The recipe id shows on the craft icon, not the type id
I forgot this is JEI we're talking about lol
algs
yep cool