Advanced Peripherals

Advanced Peripherals

29M Downloads

RS Bridge: getItem returns the output amount of the pattern when no item is in the storage

Peekofwar opened this issue ยท 8 comments

commented

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.

image
image

Steps to reproduce

  1. Add a pattern recipe to the RS system to allow it to craft the item.
  2. 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

commented

Not sure if @SirEndii did that on purpose.
I assume not, because the doc did not mention it

commented

Anyways, I believe that the ME/RS network needs some reforge, may fix that in 0.8

commented

Nope, not intended
I thought I already fixed that

commented

I thought I already fixed that

I double checked, you fixed the issue for AE, but not RS

commented

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

commented

k I'll check that later

commented

I see, this is a dup of #577

commented

But remember, 0.8 is really wip
There is a lot of unfinished stuff which I didn't put in a different branch
For example the "new" system for the ME and RS bridge still needs some attention