IntelligenceModding / AdvancedPeripherals

Advanced Peripherals adds many new features to the computercraft modification

Home Page:https://advancedperipherals.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RS Bridge not showing `isCraftable = true` in `getItem` or `getPattern`

Ruscios opened this issue · 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.

rsBridge Issue

Steps to reproduce

  1. Create refined storage system with an item stored in it and a crafting pattern for item (seen with many items, screenshot demonstrates string).
  2. Attach bridge and computer.
  3. 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

This needs some further observation