Add more missing machines to creative menu

This commit is contained in:
DBotThePony 2024-01-09 11:19:54 +07:00
parent eac3bea94a
commit 0a1cb62479
Signed by: DBot
GPG Key ID: DCC23B5715498507
2 changed files with 4 additions and 0 deletions

View File

@ -150,6 +150,7 @@ private fun addMainCreativeTabItems(consumer: CreativeModeTab.Output) {
accept(MItems.TRITANIUM_ORE)
accept(MItems.DEEPSLATE_TRITANIUM_ORE)
accept(MItems.TRITANIUM_ORE_CLUMP)
accept(MItems.TRITANIUM_RAW_BLOCK)
accept(MItems.TRITANIUM_DUST)
accept(MItems.TRITANIUM_NUGGET)
accept(MItems.TRITANIUM_INGOT)

View File

@ -143,6 +143,9 @@ object MItems {
machines.addAll(MATTER_BOTTLER.asSupplierArray().iterator())
machines.add(::MATTER_ENTANGLER)
machines.addAll(MATTER_RECYCLER.asSupplierArray().iterator())
machines.addAll(MATTER_RECONSTRUCTOR.asSupplierArray().iterator())
machines.add(::GRAVITATION_STABILIZER)
machines.add(::STORAGE_BUS)
machines.add(::STORAGE_IMPORTER)