Chest++ Autocraft + Craftbook Custom Crafting console error spam
aparry91 opened this issue ยท 2 comments
Versions
CraftBook version: v3.10.4-SNAPSHOT
Bukkit version: Paper-1.16.5
Chests++: v2.4.1
Describe the bug
I have setup a Custom Craft recipe, I have then linked it to work with the Chest ++ plugin to auto craft the custom recipe
it crafts the item as expected but I'm getting the following error each time the item is crafted
Console spam for CustomCraft items: https://pastebin.com/v8YUgL6h
To Reproduce
- Custom Craft recipe setup
- Item recipe setup on the Chest++ Autocrafter
- Item is created
- Check console out put and see error everytime item is created
Expected behavior
- Custom Craft recipe setup
- Item is setup in Chest++ Autocrafter
- Item is created
- No console output
Update
I also raised an issue for this error with Craftbook devs, their reply was:
**me4502 commented 3 minutes ago**
That looks to not be a CraftBook issue - for some reason your
crafting inventory in the crafting event isn't a crafting inventory
despite that being definitely the case.
It's like one of the other crafting related plugins you're using is
not correctly using the inventory interfaces.
find issue here: EngineHub/CraftBook#1265