Refined Storage

Refined Storage

115M Downloads

Quiver of the supplementaries mod bug

shiro-foxy opened this issue ยท 3 comments

commented

Describe the bug

When you put a quiver of the supplementaries mod with arrows you can't remove it from the terminal

Extra info: modpack ATM10 with extra mods

extra info2:

Image

How can we reproduce this bug or crash?

  1. Put the supplementaries mod quiver with arrows inside the terminal
  2. try to get it out
  3. you can't

What Minecraft version is this happening on?

Minecraft 1.21.1

What NeoForge or Fabric version is this happening on?

Neoforge - 21.1.116

What Refined Storage version is this happening on?

refinedstorage-neoforge-2.0.0-milestone.4.13

Relevant log output

commented

Something similar happens with a few different mods. From my understanding, refinedstorage2 uses the gethash function to check if two items are the same item, and some mods don't implement it correctly, so when you say to the server "hey can you take quiver#4387 out of storage and give it to me" the server says "there's no quiver with that hash, the only quiver here is quiver#1984"

In other words it's a bug with supplementaries

commented

Something similar happens with a few different mods. From my understanding, refinedstorage2 uses the gethash function to check if two items are the same item, and some mods don't implement it correctly, so when you say to the server "hey can you take quiver#4387 out of storage and give it to me" the server says "there's no quiver with that hash, the only quiver here is quiver#1984"

In other words it's a bug with supplementaries

I think that the problem is not that, it is the quiver itself, the arrows are not entered through an interface, they are entered by placing them on top of the quiver and clicking, I think that this function has some erroneous interaction with refinedstorage 2 and gives rise to this error of not being able to remove the quiver. (translated from spanish by google)