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

NBT Filters are broken (Forge, 1.20.1) #648

Closed
Janrupf opened this issue Jul 21, 2024 · 0 comments · Fixed by #649
Closed

NBT Filters are broken (Forge, 1.20.1) #648

Janrupf opened this issue Jul 21, 2024 · 0 comments · Fixed by #649
Assignees
Labels
Milestone

Comments

@Janrupf
Copy link

Janrupf commented Jul 21, 2024

Describe

Attempting to filter an with NBT from a Refined Storage system yields some random other item.

Steps to reproduce

  1. Let b be an RS Bridge connected to a storage system
  2. Execute i = b.getItem({ name = "shrink:shrinking_device", nbt = "{ \"Energy\": 60000 }"})
  3. Execute print(i.name)

In this case i.name yielded minecraft:warped_stem. I'm not sure if I specified the NBT data correctly, but even if not I shouldn't get some random other item.

Running the same with nbt = { Energy = 60000 } (as in, passing the NBT as a table) yields the correct item matching the name, but NBT data is ignored.

Multiplayer?

Yes

Version

1.20.1-0.7.40r (Latest 1.20.1)

Minecraft, Forge and maybe other related mods versions

Forge 47.3.0, Minecraft 1.20.1

Screenshots or Videos

No response

Crashlog/log

No response

@Janrupf Janrupf added bug Something isn't working needs review Needs review from an Contributor labels Jul 21, 2024
@zyxkad zyxkad added 1.19x 1.20.1 and removed needs review Needs review from an Contributor labels Jul 21, 2024
@zyxkad zyxkad self-assigned this Jul 21, 2024
@zyxkad zyxkad mentioned this issue Jul 21, 2024
3 tasks
@zyxkad zyxkad linked a pull request Aug 8, 2024 that will close this issue
3 tasks
@SirEndii SirEndii added this to the 0.7.x milestone Aug 24, 2024
@SirEndii SirEndii moved this to To Be Released in Advanced Peripherals Aug 24, 2024
@github-project-automation github-project-automation bot moved this from To Be Released to Done in Advanced Peripherals Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging a pull request may close this issue.

3 participants