Slimefun

Slimefun

3M Downloads

Auto-crafters do not craft items even though the recipe product can fit in the chest

martinbrom opened this issue ยท 2 comments

commented

๐Ÿ“ 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)

  1. Fill the auto crafter chest with correct ingredients
  2. Fill one chest slot with the same item as the product of the selected recipe
  3. Fill the rest of the chest with other items

SF Screenshot

๐Ÿ’ก 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)
commented

Awww... Sad, why tho? Is it just because the auto crafter will be too op if it works like that?

commented

Auto Crafters require an empty slot to craft the item.
It is intended to work this way.