TerraFirmaCraft

TerraFirmaCraft

2M Downloads

`FirepitBlockEntity` is missing declarations for sided automation-based inputs.

alcatrazEscapee opened this issue ยท 0 comments

commented

Missing these lines

if (TFCConfig.SERVER.firePitEnableAutomation.get())
{
sidedInventory
.on(new PartialItemHandler(inventory).insert(SLOT_FUEL_INPUT).extract(4, 5, 6, 7, 8), Direction.Plane.HORIZONTAL)
.on(new PartialItemHandler(inventory).insert(4, 5, 6, 7, 8), Direction.UP);
}