Chests++

Chests++

16.6k Downloads

Chest++ Autocraft + Craftbook Custom Crafting console error spam

aparry91 opened this issue ยท 2 comments

commented

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

  1. Custom Craft recipe setup
  2. Item recipe setup on the Chest++ Autocrafter
  3. Item is created
  4. 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
commented

This will hopefully be fixed in the 1.17 version.

commented

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