#Removing ProjectE collector recipes with kube
27 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
normally you can remove the item recipe then it stops appearing there
EMC item
but do you still want to work with the EMC of these items?
how ID is?
I removed all recipes from my Project E minus EMC custom
so I don't know exactly which one removes that ai. because I didn't need it, but you can remove it with command
event.remove({ type: (" ")})
but i dont ID
Maybe
event.remove({ type: ("projecte:collector_mk1")})
event.remove({ type: ("projecte:collector_mk2")})
event.remove({ type: ("projecte:collector_mk3")})
see?
Pretty sure you just need to remove the #projecte:collector_fuel tag from them
oh yeah
this did not work
I don't know exactly which ID you need to see the output of the recipe.
Can I remove that tag from every item in the game with like 1 line?
ServerEvents.tags('item', event => {
event.removeAll('projecte:collector_fuel')
})
thanks
thanks it worked
Ticket closed!