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.
Quark adds
SlabToBlockRecipe
which enables to craft full blocks from slabs. The problem is on client sideSlabToBlockRecipe.matches
always returnfalse
soCraftResultSlotExt
always show empty slot. This patch fixes this issue as well as keeping the functionality of preventing duplication bugs.