Fix minor bug with fuel consumption from furnaces
This commit is contained in:
parent
05cffcf631
commit
98b15c3434
@ -234,7 +234,6 @@ namespace TrueCraft.Core.Logic.Blocks
|
|||||||
if (state.CookTime == -1 && input != null && (outputStack.Empty || outputStack.CanMerge(input.SmeltingOutput)))
|
if (state.CookTime == -1 && input != null && (outputStack.Empty || outputStack.CanMerge(input.SmeltingOutput)))
|
||||||
{
|
{
|
||||||
state.CookTime = 0;
|
state.CookTime = 0;
|
||||||
state.Items[FurnaceWindow.FuelIndex].Count--;
|
|
||||||
SetState(world, coords, state);
|
SetState(world, coords, state);
|
||||||
}
|
}
|
||||||
var subject = new FurnaceEventSubject();
|
var subject = new FurnaceEventSubject();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user