From 801577fd9eaba0da06f80e32ad5bb5a702081af9 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Mon, 8 Jan 2024 22:20:51 +0700 Subject: [PATCH] Readd phantom attractor to machines list --- src/main/kotlin/ru/dbotthepony/mc/otm/registry/MItems.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MItems.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MItems.kt index 8db343d04..0a7fdc5fe 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MItems.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MItems.kt @@ -128,6 +128,7 @@ object MItems { machines.addAll(CHEMICAL_GENERATOR.asSupplierArray()) machines.addAll(ENERGY_SERVO.asSupplierArray()) + machines.add(::PHANTOM_ATTRACTOR) machines.add(::PAINTER) machines.addAll(COBBLESTONE_GENERATOR.asSupplierArray().iterator()) machines.addAll(ESSENCE_STORAGE.asSupplierArray().iterator())