Auto-crafters do not craft items even though the recipe product can fit in the chest
martinbrom opened this issue ยท 2 comments
๐ Description (REQUIRED)
Autocrafters only check for a completely empty spot in the chest and disregard any spots which contain the same item as the recipe product, see screenshot below.
๐ Steps to reproduce the Issue (REQUIRED)
- Fill the auto crafter chest with correct ingredients
- Fill one chest slot with the same item as the product of the selected recipe
- Fill the rest of the chest with other items
๐ก Expected behavior (REQUIRED)
The recipe is used and the product is added to the chest
I feel like AbstractAutoCrafter.java#L342 should not only check for an empty slot but rather check if the product of the recipe fits.
๐ Server Log
Unfortunately do not have access
๐ /error-reports/ Folder
Unfortunately do not have access
๐งญ Environment (REQUIRED)
- Server Software: not sure
- Minecraft Version: 1.16.5-R0.1-SNAPSHOT
- Slimefun Version: DEV 847 (git 001e765)
Awww... Sad, why tho? Is it just because the auto crafter will be too op if it works like that?