[v0.7.24r] RS Bridge Not Returning Item Info - net.minecraft.world.item.ItemStack', returning nil.
Peekofwar opened this issue ยท 0 comments
Describe
For some reason, the RS Bridge is not returning anything when I run the getItem
method.
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.
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
- Add an RS bridge to your network
- Open Lua and wrap your RS bridge
- Run
getItem
with the name of an item you know for a fact is in the RS system - 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