#Removing ProjectE collector recipes with kube

27 messages · Page 1 of 1 (latest)

boreal wren
#

Any1 got any idea how I can remove the recipes inside the collectors like the ones shown.
But I don't wanna remove the emc that will disable the recipe but its not good I need the stuff to still have emc thanks in advance

hearty roseBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

blazing kite
#

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?

boreal wren
#

mhm

#

just dont want them to have recipes inside collectors

blazing kite
#

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")})
void blade
#

Pretty sure you just need to remove the #projecte:collector_fuel tag from them

boreal wren
#

oh yeah

blazing kite
#

I don't know exactly which ID you need to see the output of the recipe.

boreal wren
blazing kite
#

event.remove({ type: ("#projecte:collector_fuel")})

#

try

boreal wren
#

k

#

did not work

void blade
#
ServerEvents.tags('item', event => {
  event.removeAll('projecte:collector_fuel')
})
boreal wren
#

thanks