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())