#Is it not possible to use multiple filters in removing recipes?

6 messages · Page 1 of 1 (latest)

lone smelt
#

For example:

    {
      mod: 'tconstruct',
      output: 'tconstruct:seared_brick',
      type: 'minecraft:smelting',
      type: 'minecraft:blasting'
    },
    {
      mod: 'tconstruct',
      output: 'tconstruct:scorched_brick',
      type: 'minecraft:smelting',
      type: 'minecraft:blasting'
    }

As for the solution, I had to remove the two type: filters to get it working... There no errors were reported in logs

queen hollow
scarlet zodiacBOT
#

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

lone smelt
#

That's not what I'm looking for in this case

queen hollow
#

how is it not, that's exactly what you're describing

lone smelt
#

I already wrote something that works as seen here (which I was hoping wasn't the solution because I like taking shortcuts)