TwelveIterationMods / CookingForBlockheads

Minecraft Mod. Adds a cooking book and multiblock kitchens that only shows recipes you can make with what you currently have in your inventory.
https://mods.twelveiterations.com/mc/cooking-for-blockheads/
Other
79 stars 76 forks source link

Possibility for Functional Storage support? #634

Closed K-B-X-C-N closed 1 year ago

K-B-X-C-N commented 1 year ago

Much like the functionality between Storage Drawers, but for Functional Storage. If no/no plans, completely understand.

BlayTheNinth commented 1 year ago

Unfortunately this is not possible right now, as Functional Storage block entities do not support capability attachments due to not delegating to Forge's super.getCapability() and instead always falling back to LazyOptional.empty.

You could report this to Functional Storage as it could be considered a bug.

BlayTheNinth commented 1 year ago

Closing here since there's nothing more to be done on CFB side.