Readd phantom attractor to machines list

This commit is contained in:
DBotThePony 2024-01-08 22:20:51 +07:00
parent c9f84016c1
commit 801577fd9e
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

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