Brycey92 / Galaxy-Craft-Issues

This is a location to keep track of Galaxy-Craft server and pack issues and feature requests.
https://www.galaxy-craft.com
0 stars 0 forks source link

Porkchops and Possibly Other Items not Stacking Into a Furnace's Output Slot as They're Cooked #55

Closed Emmett63 closed 5 years ago

Emmett63 commented 5 years ago

Pack version 1.0.5

Describe the bug When cooking multiple raw porkchops, after finishing the first one the furnace stops smelting as if the output slot is full. I noticed this does not happen with iron ore to iron ingots. (They stack into the output slot normally.) I didn't test any other items though.

To reproduce Steps to reproduce the behavior:

  1. Place multiple raw porkchops in a furnace with fuel
  2. Wait for it to finish cooking the first one
  3. Notice it does not begin smelting the rest of the stack and stacking the cooked porkchops in the output slot

Expected behavior The furnace should continuously stack the cooked porkchops into the output slot as it completes cooking raw porkchops.

Brycey92 commented 5 years ago

This is due to a conflict between FastFurnace and CustomNPCs: https://github.com/Shadows-of-Fire/FastFurnace/issues/6. The solution for now is to remove FastFurnace.

Brycey92 commented 5 years ago

I partially rewrote FastFurnace to fix this.