RS Bridge not showing `isCraftable = true` in `getItem` or `getPattern`
Ruscios opened this issue ยท 2 comments
Describe
When querying the RS bridge for an item with either getItem
or getPattern
, the key isCraftable
shows false
. However, when using isItemCraftable
for the same item, it will return true
. Using listCraftableItems
returns a full list of craftables.
Tested both with item in the system and without item in system.
Steps to reproduce
- Create refined storage system with an item stored in it and a crafting pattern for item (seen with many items, screenshot demonstrates string).
- Attach bridge and computer.
- Query bridge as peripheral for the item stored in the system.
Multiplayer?
Yes
Version
1.20.1-0.7.38r (Latest 1.20.1)
Minecraft, Forge and maybe other related mods versions
Forge 47.2.20 / Minecraft 1.20.1 / Refined Storage 1.12.4 / ATM9 Pack 0.2.56
Screenshots or Videos
No response
Crashlog/log
No response
Fixed in #570