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

World Item Importer doesn't import from player #317

Closed
LindaJuffermans opened this issue Dec 28, 2024 · 3 comments
Closed

World Item Importer doesn't import from player #317

LindaJuffermans opened this issue Dec 28, 2024 · 3 comments

Comments

@LindaJuffermans
Copy link

Issue type:

  • 🐛 Bug

Short description:

A World Item Importer set to Import All Items From Entities, will not extract the items from a player's inventory if the player is standing on front of the importer.

Steps to reproduce the problem:

  1. Create a simple network with a Chest, Item Interface and World Item Importer
  2. Insert a blank Variable Card in the slot for Import All Items From Entities
  3. Drop a filled shulker in front of the World Item Importer; observe it's being emptied into your chest
  4. Stand in front of the World Item Importer; observe it is not taking anything from your inventory

image
image

Note: I tried both surival and creative; I also tried standing a block lower.

Expected behaviour:

I would expect my inventory to be emptied into the chest.


Versions:

  • This mod: 1.8.32
  • Integrated Dynamics: 1.24.2
  • Minecraft: 1.20.1
  • Mod loader version: Forge 47.3.0

Log file:

debug.log

@rubensworks
Copy link
Member

Thanks for reporting!

@rubensworks
Copy link
Member

I just had a look at this, and it seems I forgot how this worked.
But due to how (Neo)Forge handles player item capabilities, the direction your importer/exporter is pointing towards matters.
If you want to access the main player inventory, you need to target the part to the top (or bottom?) side. (which you can also modify in the part settings)
North/east/south/west only target the armor inventory if I remember correctly.

@github-project-automation github-project-automation bot moved this from To Do to Done in Maintenance Dec 28, 2024
@LindaJuffermans
Copy link
Author

👍 Up/Down works for my inventory and all sides for the armour slots. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants