Advanced Peripherals

Advanced Peripherals

29M Downloads

[v0.7.24r] RS Bridge Not Returning Item Info - net.minecraft.world.item.ItemStack', returning nil.

Peekofwar opened this issue ยท 0 comments

commented

Describe

For some reason, the RS Bridge is not returning anything when I run the getItem method.
image

Furthermore, whenever I run the method, I get an error in the server console:
[21:50:01] [ComputerCraft-Computer-Worker-0/WARN] [computercraft/]: Received unknown type 'net.minecraft.world.item.ItemStack', returning nil.

image

This probably explains why my program isn't respecting my maximal item limits, as it's not able to get the quantity of the existing item in the system.

Steps to reproduce

  1. Add an RS bridge to your network
  2. Open Lua and wrap your RS bridge
  3. Run getItem with the name of an item you know for a fact is in the RS system
  4. Watch the server console for an error

Multiplayer?

Yes

Version

1.18.2-0.7.24r (Latest 1.18)

Minecraft, Forge and maybe other related mods versions

40.1.92

Screenshots or Videos

No response

Crashlog/log

No response