Bartz24 / SkyResources

The Skyblock companion mod for 1.9+
GNU General Public License v3.0
10 stars 13 forks source link

Fix Combustion Heater deleting remaining items > 64 #158

Open codewarrior0 opened 5 years ago

codewarrior0 commented 5 years ago

Fixes an issue where, for example, putting five stacks of charcoal into the chamber and activating the heater will result in the crafted amount of coal being placed in the collector, and only a single stack of charcoal remaining in the chamber instead of the full remainder.

This change causes the remainder amount to spawn several stacks according to the item's stack limit.