diff --git a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/tags/MineableTags.kt b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/tags/MineableTags.kt index 7900aaa39..28dc06084 100644 --- a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/tags/MineableTags.kt +++ b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/tags/MineableTags.kt @@ -74,6 +74,12 @@ fun addMineableTags(tagsProvider: TagsProvider) { MBlocks.ENERGY_INPUT_INTERFACE, MBlocks.ENERGY_OUTPUT_INTERFACE, + MBlocks.FLYWHEEL_SHAFT, + MBlocks.FLYWHEEL_BEARING, + MBlocks.FLYWHEEL_HOUSING, + MBlocks.FLYWHEEL_BATTERY, + MBlocks.GENERATOR_BLOCK, + MBlocks.REINFORCED_REDSTONE_LAMP, MBlocks.REINFORCED_REDSTONE_LAMP_INVERTED, ), Tiers.IRON)