#Hostile Neural Networks remove recipe

11 messages · Page 1 of 1 (latest)

wise zealot
#

I want to remove the recipe for netherstars but everything i try doesnt work. I tried with removing all recipes that give netherstars and it didnt work. Then i tried to be more specific but it still doesnt work. Also the recipe has no id so it gets even more complicated.

ServerEvents.recipes(event => {
event.remove({ mod: 'hostilenetworks', output: 'minecraft:nether_star' })
})
loud glacierBOT
#

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

sonic roverBOT
#

To find a recipe's ID, turn on advanced tooltips (F3 + H) then hover over the RECIPE OUTPUT in JEI, or the exclamation mark in REI.
You can then use this in any recipe filter:
{id: 'recipe ID here'}
You can use this, for example, to remove specific recipes:
event.remove({id: 'recipe ID here'})

wise zealot
#

I have none

midnight fossil
wise zealot
#

Ok looking at the github proves that there are no real recipes

#

This is the only bit of recipe there is

midnight fossil
#

yeah but thats a datapack, not a recipe

#

not it not have configs

wise zealot
#

Oh i found a solution. I used a datapack and changed the output. Deleting doesnt work but changing does