Shadows-of-Fire / FastWorkbench

Caching recipes in the crafting table
MIT License
23 stars 17 forks source link

[1.19.2] Incompatibility with Sophisticated Storage #101

Closed sigmastar00 closed 1 year ago

sigmastar00 commented 1 year ago

Forge: 43.2.14 Fast Workbench: 7.1.3 Placebo: 7.2.0 Sophisticated Core: 1.19.2-0.5.77.346 Sophisticated Storage: 1.19.2-0.8.32.510

Sophisticated storage has a recipe for converting between its barrels with the standard model, and and alternate model with a flat top. This recipe causes a client crash if you attempt to convert more than one barrel at a time by shift clicking the output. This crash only occurs when FastWorkbench is installed.

Crash report: https://hastebin.com/share/fuxihasivi.php

Shadows-of-Fire commented 1 year ago

The error message clearly states that SS is violating the recipe contract: java.lang.RuntimeException: A recipe matched but produced an empty output - Offending Recipe : sophisticatedstorage:flat_top_barrel_toggle - This is NOT a bug in FastWorkbench!

sigmastar00 commented 1 year ago

Ah I missed that part, my bad.