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

Autocrafting does not want to use items with correct id #3741

Open
Blechlawine opened this issue Nov 17, 2024 · 0 comments
Open

Autocrafting does not want to use items with correct id #3741

Blechlawine opened this issue Nov 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Blechlawine
Copy link

Blechlawine commented Nov 17, 2024

Describe the bug

I have a crafter with the recipes programmed for powah solar panels (it also happens with items with durability which are used in crafting recipes from gregtech for example). When i craft a basic solar panel, place it in the world and pick it back up (it now holds some amount of FE charge, but the amount doesn't matter), then put it back in the system, and request a higher tier solar panel, which uses one or more basic solar panels in its recipe, the crafter says it wants to craft a new basic solar panel, even though it should be able to use the one i crafted previously.

It seems to me that the crafting does not want to consider the item id in checking if the item is correct, but checks for some hidden attributes (NBT tags?) on the item.

How can we reproduce this bug or crash?

  1. use the modpack All The Mods 9
  2. build a simple autocrafting system with recipes for basic solar panels and starter solar panels (or any other combination of solar panels) from powah with refined storage
  3. craft one starter solar panel
  4. place the starter solar panel in the world
  5. pick up the placed solar panel and put it back into the refined storage system
  6. request an autocrafting job for a basic solar panel (which requires 3 starter solar panels)
  7. the crafting preview should tell you it still wants to craft 3 starter solar panels, even though one should already be available

What Minecraft version is this happening on?

Minecraft 1.20.1

What Forge version is this happening on?

47.3.7

What Refined Storage version is this happening on?

1.12.4

Relevant log output

No response

@Blechlawine Blechlawine added the bug Something isn't working label Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant