Slimefun

Slimefun

3M Downloads

Compressor only gives one item per stack of materials

xRebellion opened this issue ยท 1 comments

commented

Description (Required)

The compressor eats up the whole stack of items instead of the amount on the recipe. So far only found this issue on compressor, and not for example ore crusher with netherrack to sulfur.

Steps to reproduce the Issue (Required)

  1. Insert any compressable materials such as 1 stack of coal
  2. Compress it
  3. It returns 1 carbon, while eating up the whole stack. It also applies not only to coal, but also other materials such as compressing reinforced alloy ingots to plates.

Expected behavior (Required)

It does not eat up the whole stack, but rather according to the recipe.

There are no error logs related to this

Environment (Required)

image

commented

It is changing the amount to the wrong variable.

Should be using convert (as seen here) rather than current in the craft method.