McJtyMods / RFToolsControl

RFTools Control is an addon for RFTools adding a programmable logic block
MIT License
35 stars 19 forks source link

[1.16.5] 'get ingredients smart' opcode always returns zero in conjunction with Storage Screen Module? #182

Open The--Captain opened 3 years ago

The--Captain commented 3 years ago

Issue description: 'get ingredients smart' opcode always seems to return zero (i.e. success) when using Storage Control Screen Module, even if the remote storage scanner system does not contain the necessary ingredients.

Steps to reproduce: Link a Storage Control Screen Module to a Storage Scanner Place the Storage Control Screen Module in a Processor with at least one RAM, lowest tier CPU, and Network Card Create a program that responds to crafting signals, and use the 'get ingredients smart' opcode in the program.
Create a recipe that requires ingredients that are NOT present in the Storage Scanner system (turning down the scan radius so that no inventories are reachable also works) Request the result of the above recipe. Watch the opcode return zero even though there are missing ingredients

Versions:

Minecraft: 1.16.5 Forge: 36.1.4 McJtyLib: 1.16-5.0.19 RFTools: 1.16-2.0.10 RFTools Control: 1.16-4.0.9

Possibly incompatible mods and versions:

Relevant logs, if any:

EndlessDex commented 3 years ago

Can you fetch from storage at all? I am unable to :(

EndlessDex commented 3 years ago

It looks like this commit may fix it?

The--Captain commented 1 year ago

No, it did not (sorry for the delay)