Shadows-of-Fire / FastWorkbench

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

Fix compatibility issue with Quark #99

Closed HwakYuk closed 1 year ago

HwakYuk commented 1 year ago

Quark adds SlabToBlockRecipe which enables to craft full blocks from slabs. The problem is on client side SlabToBlockRecipe.matches always return false so CraftResultSlotExt always show empty slot. This patch fixes this issue as well as keeping the functionality of preventing duplication bugs.