From 3ea16e09ab3a8ac3fbc86daf6ccfe27366ae246d Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Sun, 15 May 2022 15:06:56 +0700 Subject: [PATCH] Storage power supplier inventory model --- src/data/kotlin/ru/dbotthepony/mc/otm/datagen/DataGen.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/DataGen.kt b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/DataGen.kt index f4191e5e9..96e417666 100644 --- a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/DataGen.kt +++ b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/DataGen.kt @@ -255,6 +255,7 @@ object DataGen { block(MItems.MATTER_DECOMPOSER, "matter_decomposer_working") block(MItems.PLATE_PRESS, "plate_press_idle") + block(MItems.STORAGE_POWER_SUPPLIER, "storage_power_supplier") } blockStateProvider.lambda { provider ->