RS Bridge: getItem returns the output amount of the pattern when no item is in the storage
Peekofwar opened this issue ยท 8 comments
Describe
For some reason, when there are 0 x mekanism:enriched_tin
for example, the getItem()
function returns amount = 1
. The issue seems to only occur when there is a crafting pattern for the item and there are none of the item in the system.
Steps to reproduce
- Add a pattern recipe to the RS system to allow it to craft the item.
- Lookup the item in the RS system through the Computercraft API.
Multiplayer?
No
Version
1.20.1-0.7.39r (Latest 1.20.1)
Minecraft, Forge and maybe other related mods versions
Forge 47.2.21
Screenshots or Videos
No response
Crashlog/log
No response
Not sure if @SirEndii did that on purpose.
I assume not, because the doc did not mention it
I thought I already fixed that
I double checked, you fixed the issue for AE, but not RS
Anyways, I believe that the ME/RS network needs some reforge, may fix that in 0.8
I already fixed several issues on 0.8
I see, this is a dup of #577