Immersive Engineering

Immersive Engineering

152M Downloads

Item router filter tag buttons not working

Max-Wolbeck opened this issue ยท 7 comments

commented

Minecraft Version

1.21.1

Immersive Engineering Version

1.21.1

Expected Behavior

Clicking the filter buttons above the NESWTB squares should activate and deactivate the ones you click on.

Actual Behavior

When you click "Filter:NBT Data" in the top right corner above the west square, it activates all three buttons above the bottom left (top) square. This is difficult to explain but simply: clicking the filter button activates a random filter button above another direction. The only one that works properly is the bottom filter buttons.

Steps to reproduce

1)made item router and placed
2)Clicked filter button
3) issue occurs (Random filter is applied to different direction)

Debug Crash Log

-1

commented

This is working fine for me in my dev environment, can you test whatever modpack you're playing in to see if the issue still persists? Once that is done, a binary search or other method to find the mod responsible would be wonderful.

commented

Hey! Experiencing the same issue as described by OP. I crafted the router, placed it on the conveyor system and opened it as usual, then the buttons appeared to be working in a random fashion. I'm playing on FTB Evolution 1.21.1

Here's a vid

2025-02-28.02-21-34.1.mp4
commented

That's funky as hell, thank you for this video.
I'll have another look into it!

commented

Hey again, not sure if this will help this specific issue but I took the sorter in my inventory and put it into my backpack (Sophisticated Backpacks), which crashed my game. Here's a log:

[19:44:08] [Server thread/INFO] [minecraft/ServerGamePacketListenerImpl]: Snaipan lost connection: Disconnected
[19:44:08] [Server thread/INFO] [minecraft/MinecraftServer]: Snaipan left the game

[19:44:08] [Server thread/ERROR] [minecraft/Util]: Error saving [11 immersiveengineering:sorter]. Original cause: java.lang.IllegalStateException: Missing id for entity in: {filter:[{Slot:25b,count:1,id:"minecraft:gold_ingot"},{Slot:32b,count:1,id:"minecraft:iron_ingot"}],sideFilter:[{key:"NORTH",value:{allowTags:1b,considerComponents:1b,ignoreDamage:0b}},{key:"DOWN",value:{allowTags:1b,considerComponents:0b,ignoreDamage:0b}},{key:"WEST",value:{allowTags:1b,considerComponents:0b,ignoreDamage:0b}},{key:"EAST",value:{allowTags:0b,considerComponents:1b,ignoreDamage:0b}},{key:"SOUTH",value:{allowTags:1b,considerComponents:1b,ignoreDamage:1b}},{key:"UP",value:{allowTags:1b,considerComponents:1b,ignoreDamage:0b}}]}

With components:
{
minecraft:block_entity_data=>{filter:[{Slot:25b,count:1,id:"minecraft:gold_ingot"},{Slot:32b,count:1,id:"minecraft:iron_ingot"}],sideFilter:[{key:"NORTH",value:{allowTags:1b,considerComponents:1b,ignoreDamage:0b}},{key:"DOWN",value:{allowTags:1b,considerComponents:0b,ignoreDamage:0b}},{key:"WEST",value:{allowTags:1b,considerComponents:0b,ignoreDamage:0b}},{key:"EAST",value:{allowTags:0b,considerComponents:1b,ignoreDamage:0b}},{key:"SOUTH",value:{allowTags:1b,considerComponents:1b,ignoreDamage:1b}},{key:"UP",value:{allowTags:1b,considerComponents:1b,ignoreDamage:0b}}]}
minecraft:max_stack_size=>64
minecraft:lore=>ItemLore[lines=[], styledLines=[]]
minecraft:enchantments=>ItemEnchantments{enchantments={}, showInTooltip=true}
minecraft:repair_cost=>0
minecraft:attribute_modifiers=>ItemAttributeModifiers[modifiers=[], showInTooltip=true]
minecraft:rarity=>COMMON
}

With tag: {Slot:32b}

commented

Hey again, not sure if this will help this specific issue but I took the sorter in my inventory and put it into my backpack (Sophisticated Backpacks), which crashed my game. Here's a log:

This is unrelated, please report this as a separate crashing issue and put the log on gist or pastebin.

commented

Hey! Experiencing the same issue as described by OP. I crafted the router, placed it on the conveyor system and opened it as usual, then the buttons appeared to be working in a random fashion. I'm playing on FTB Evolution 1.21.1

Here's a vid
2025-02-28.02-21-34.1.mp4

I have tried this again in my dev environment, and I can not reproduce it.
It may be a compatability issue with the pack you are playing.

Can you reproduce this issue with just IE installed?