Blood Magic

Blood Magic

90M Downloads

Mod Item Filter behaves like an NBT filter

atakle opened this issue ยท 0 comments

commented

Issue Description:

When using the Mod Item Filter on an output node, it will only transfer the item that's actually used in the filter, rather than all items from that mod.

What happens:

The item specified in the filter is moved into the chest next to the output node.

What you expected to happen:

All items from the same mod as the filter are moved into the chest.

Steps to reproduce:

  1. To test the issue, I set up a minimalist example with three chests. One has an input node next to it, the other two have output nodes. They are all connected with a master node, as expected.
  2. I placed mod item filters in both the output nodes. One filter holds a Minecraft apple. The other holds a weak blood orb.
  3. Place various items from Minecraft and Blood magic in the input chest. Everything except apples and weak blood orbs will stay in the input chest.
    ...

Affected Versions (Do not use "latest"):

  • BloodMagic: 1.11-2.1.11-80
  • Minecraft: 1.11.2
  • Forge: 1.11.2-forge1.11.2-13.20.1.2386
  • Guide-API: 1.11.2-2.1.1-52

I was able to reproduce the issue with no other mods installed.