
No effect with Enhanced Workbenches' workbenches
unilock opened this issue ยท 4 comments
The mod Enhanced Workbenches adds workbenches which simulate the beloved Crafting Station from Tinkers' Construct and Project Table from RedPower.
In a very large modpack (using Quilt 1.19.2), it seems there is no difference when batch crafting using Enhanced Workbenches' workbenches with or without QuickBench installed. I'm guessing it's because the mod completely reimplements vanilla's crafting logic?
I'm not sure if this can be fixed on QuickBench's end, but I figured it would be worth mentioning regardless, for posterity.
Well, Enhanced Workbenches now has explicit support for QuickBench, so I'll close this.
I've opened a PR to Enhanced Workbench to use QuickBench when it's present: Luligabi1/EnhancedWorkbenches@09cae79
Maybe there could be a QuickBench API to depend on, instead of using a self-mixin to implement directly referencing CraftingInventoryDuck
andMixinHooks
?
EDIT: I think I may be going about this the wrong way :P
Not sure what'd be an ideal way to implement such an API if I'll be honest. Directly using MixinHooks likely is decent enough for most cases at least, ignoring that custom inventories apparently don't take too well to the existing API.