Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow aspect filter to be ignored when passive Interaction is true #310

Open
rhullah opened this issue Nov 25, 2024 · 4 comments
Open

Allow aspect filter to be ignored when passive Interaction is true #310

rhullah opened this issue Nov 25, 2024 · 4 comments

Comments

@rhullah
Copy link

rhullah commented Nov 25, 2024

Issue type:


Short description:

I have an item importer setup with Passive Interaction enabled and "Import all items" set to a false card. In that configuration it should accept items being pushed into it externally and it does not.

Steps to reproduce the problem:

Setup a network with an Item Importer (was also told an export would exhibit the same issue) with Passive Interaction enabled and try to push items into it. It will fail

Expected behaviour:

Items should be able to enter the network from an part with Passive Interaction enabled.


Versions:

  • This mod: INtegratedTunnels 1.8.30
  • Minecraft: 1.21.1
  • Mod loader version: NeoForge 21.1.80
  • Modpack: ATM10 1.24

Log file:

@rubensworks
Copy link
Member

Thanks for reporting!

@rubensworks
Copy link
Member

Passive interaction will respect the settings of the aspect, which is false in your case.
So this is the intended behaviour.

Can't you just set the boolean to true?

I'm trying to understand if there's really a need to have passive interaction optionally work without respecting the aspect's filter settings. If so, we should create a separate feature request issue, or convert this issue into a feature request.

@rubensworks rubensworks moved this from To Do to On hold (awaiting input) in Maintenance Nov 25, 2024
@rhullah
Copy link
Author

rhullah commented Nov 25, 2024

I was told that it should work even when the aspect evaluated to false, which is why I opened the issue. There are times when external things have a better understanding when either something is needed (to extract from the network) or should be returned (to import to the network). So to avoid a "buffer chest", I was hoping the passive interaction would assist those types of scenarios.

@rubensworks
Copy link
Member

Ok, that's fair. I'll make this a feature request then.

@rubensworks rubensworks changed the title Passive Interaction not accepting item into the network Allow aspect filter to be ignored when passive Interaction is true Nov 26, 2024
@github-project-automation github-project-automation bot moved this to Options in Features Nov 26, 2024
@rubensworks rubensworks added bug and removed bug labels Nov 26, 2024
@rubensworks rubensworks moved this from Options to Accepted (To Do) in Features Nov 26, 2024
@rubensworks rubensworks removed the bug label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Accepted (To Do)
Development

No branches or pull requests

2 participants