Revert "stop unloaded factories"

This reverts commit 578f31cb42.
This commit is contained in:
okx-code
2026-06-29 02:21:23 +01:00
parent 578f31cb42
commit 1dec0f2dad

View File

@@ -488,11 +488,6 @@ public class FurnCraftChestFactory extends Factory implements IIOFInventoryProvi
@Override
public void run() {
if (active && mbs.isComplete()) {
if (!getFurnace().getChunk().isLoaded()) {
sendActivatorMessage(ChatColor.GOLD + name + " deactivated, because the chunk was unloaded");
deactivate();
return;
}
// if the materials required to produce the current recipe are in
// the factory inventory
if (hasInputMaterials()) {