ExtendedAE

ExtendedAE

17M Downloads

Logical && Operator Not Recognized in Blacklist Mode on NeoForge

Felix2144 opened this issue · 2 comments

commented

Description:
I'm experiencing an issue with the ExtendedAE Tag Export Bus on NeoForge. When attempting to use logical && operators in blacklist mode, the filter does not function as expected. For example, using the filter c:ores/netherite_scrap && c:ores/stellarite does not exclude items that match both tags.​

Steps to Reproduce:

  • Set up an ME network with an ExtendedAE Tag Export Bus.

  • Configure the Tag Export Bus with the filter c:ores/netherite_scrap && c:ores/stellarite in blacklist mode.

  • Observe that items matching both tags are not excluded from export.​

Expected Behavior:

Items matching both c:ores/netherite_scrap and c:ores/stellarite should be excluded from export when using the logical && operator in blacklist mode.​

Actual Behavior:

Items matching both tags are not excluded from export, indicating that the logical operator is not functioning as expected.​

Mod Version: ExtendedAE 1.21-2.2.8-neoforge​

Mod Pack: ATM10 2.44

Minecraft Version: 1.21.1​

Forge Version: NeoForge​ 21.1.148

Additional Information:

I have verified that the tags c:ores/netherite_scrap and c:ores/stellarite exist and are correctly formatted. I have also tested the filter with other logical operators and encountered similar issues.

commented

Oh, now I feel dumb... Thanks a lot xD

commented

you should use c:ores/netherite_scrap || c:ores/stellarite. c:ores/netherite_scrap && c:ores/stellarite means blacklist items that have c:ores/netherite_scrap and c:ores/stellarite tags at the same time