Update data and datagen for latest added blocks
This commit is contained in:
parent
f95d22ebff
commit
4001eea509
@ -14,7 +14,9 @@ import ru.dbotthepony.mc.otm.block.BlockEnergyCounter
|
|||||||
import ru.dbotthepony.mc.otm.block.BlockMatteryRotatable
|
import ru.dbotthepony.mc.otm.block.BlockMatteryRotatable
|
||||||
import ru.dbotthepony.mc.otm.block.BlockPatternStorage
|
import ru.dbotthepony.mc.otm.block.BlockPatternStorage
|
||||||
import ru.dbotthepony.mc.otm.block.entity.worker.WorkerState
|
import ru.dbotthepony.mc.otm.block.entity.worker.WorkerState
|
||||||
import ru.dbotthepony.mc.otm.datagen.blocks.*
|
import ru.dbotthepony.mc.otm.datagen.blocks.BatteryBankProvider
|
||||||
|
import ru.dbotthepony.mc.otm.datagen.blocks.MatterBankProvider
|
||||||
|
import ru.dbotthepony.mc.otm.datagen.blocks.MatteryBlockStateProvider
|
||||||
import ru.dbotthepony.mc.otm.datagen.items.MatteryItemModelProvider
|
import ru.dbotthepony.mc.otm.datagen.items.MatteryItemModelProvider
|
||||||
import ru.dbotthepony.mc.otm.datagen.loot.MatteryLootTableProvider
|
import ru.dbotthepony.mc.otm.datagen.loot.MatteryLootTableProvider
|
||||||
import ru.dbotthepony.mc.otm.datagen.loot.TileNbtCopy
|
import ru.dbotthepony.mc.otm.datagen.loot.TileNbtCopy
|
||||||
@ -267,6 +269,7 @@ object DataGen {
|
|||||||
simpleBlock(Blocks.TRITANIUM_BLOCK)
|
simpleBlock(Blocks.TRITANIUM_BLOCK)
|
||||||
simpleBlock(Blocks.TRITANIUM_STRIPED_BLOCK)
|
simpleBlock(Blocks.TRITANIUM_STRIPED_BLOCK)
|
||||||
simpleBlock(Blocks.MATTER_CABLE)
|
simpleBlock(Blocks.MATTER_CABLE)
|
||||||
|
simpleBlock(Blocks.GRAVITATION_STABILIZER)
|
||||||
|
|
||||||
tile(Blocks.ENERGY_COUNTER, TileNbtCopy("passed"), TileNbtCopy("history"), TileNbtCopy("history_tick"))
|
tile(Blocks.ENERGY_COUNTER, TileNbtCopy("passed"), TileNbtCopy("history"), TileNbtCopy("history_tick"))
|
||||||
tile(Blocks.CHEMICAL_GENERATOR, TileNbtCopy("energy"), TileNbtCopy("slots"), TileNbtCopy("working_ticks"), TileNbtCopy("working_ticks_total"))
|
tile(Blocks.CHEMICAL_GENERATOR, TileNbtCopy("energy"), TileNbtCopy("slots"), TileNbtCopy("working_ticks"), TileNbtCopy("working_ticks_total"))
|
||||||
@ -278,6 +281,8 @@ object DataGen {
|
|||||||
tile(Blocks.MATTER_DECOMPOSER, TileNbtCopy("work_slots"), TileNbtCopy("matter_capability"), *workerTags)
|
tile(Blocks.MATTER_DECOMPOSER, TileNbtCopy("work_slots"), TileNbtCopy("matter_capability"), *workerTags)
|
||||||
tile(Blocks.MATTER_REPLICATOR, TileNbtCopy("regular_slots"), TileNbtCopy("reserved_slots"), TileNbtCopy("matter_capability"), *workerTags)
|
tile(Blocks.MATTER_REPLICATOR, TileNbtCopy("regular_slots"), TileNbtCopy("reserved_slots"), TileNbtCopy("matter_capability"), *workerTags)
|
||||||
tile(Blocks.MATTER_SCANNER, TileNbtCopy("work_slots"), *workerTags)
|
tile(Blocks.MATTER_SCANNER, TileNbtCopy("work_slots"), *workerTags)
|
||||||
|
tile(Blocks.PLATE_PRESS, TileNbtCopy("container"), *workerTags)
|
||||||
|
|
||||||
tile(Blocks.MATTER_PANEL, TileNbtCopy("tasks"))
|
tile(Blocks.MATTER_PANEL, TileNbtCopy("tasks"))
|
||||||
tile(Blocks.PATTERN_STORAGE, TileNbtCopy("patterns"))
|
tile(Blocks.PATTERN_STORAGE, TileNbtCopy("patterns"))
|
||||||
tile(Blocks.MATTER_CAPACITOR_BANK, TileNbtCopy("matter_container"))
|
tile(Blocks.MATTER_CAPACITOR_BANK, TileNbtCopy("matter_container"))
|
||||||
|
@ -19,6 +19,8 @@
|
|||||||
|
|
||||||
"overdrive_that_matters:energy_counter",
|
"overdrive_that_matters:energy_counter",
|
||||||
"overdrive_that_matters:chemical_generator",
|
"overdrive_that_matters:chemical_generator",
|
||||||
|
"overdrive_that_matters:plate_press",
|
||||||
|
"overdrive_that_matters:gravitation_stabilizer",
|
||||||
|
|
||||||
"overdrive_that_matters:crate_red",
|
"overdrive_that_matters:crate_red",
|
||||||
"overdrive_that_matters:crate_blue",
|
"overdrive_that_matters:crate_blue",
|
||||||
|
@ -19,6 +19,8 @@
|
|||||||
|
|
||||||
"overdrive_that_matters:energy_counter",
|
"overdrive_that_matters:energy_counter",
|
||||||
"overdrive_that_matters:chemical_generator",
|
"overdrive_that_matters:chemical_generator",
|
||||||
|
"overdrive_that_matters:plate_press",
|
||||||
|
"overdrive_that_matters:gravitation_stabilizer",
|
||||||
|
|
||||||
"overdrive_that_matters:tritanium_ore",
|
"overdrive_that_matters:tritanium_ore",
|
||||||
"overdrive_that_matters:deepslate_tritanium_ore",
|
"overdrive_that_matters:deepslate_tritanium_ore",
|
||||||
|
Loading…
Reference in New Issue
Block a user