Make chemical generator mineable
This commit is contained in:
parent
17f3e51a25
commit
eabca10e5e
@ -220,6 +220,7 @@ object DataGen {
|
||||
simpleBlock(Blocks.MATTER_CABLE)
|
||||
|
||||
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.ANDROID_STATION, TileNbtCopy("energy_cap"), TileNbtCopy("battery_container"))
|
||||
tile(Blocks.BATTERY_BANK, TileNbtCopy("battery_bank"))
|
||||
|
@ -18,6 +18,7 @@
|
||||
"overdrive_that_matters:carbon_fibre_block",
|
||||
|
||||
"overdrive_that_matters:energy_counter",
|
||||
"overdrive_that_matters:chemical_generator",
|
||||
|
||||
"overdrive_that_matters:crate_red",
|
||||
"overdrive_that_matters:crate_blue",
|
||||
|
@ -18,6 +18,7 @@
|
||||
"overdrive_that_matters:carbon_fibre_block",
|
||||
|
||||
"overdrive_that_matters:energy_counter",
|
||||
"overdrive_that_matters:chemical_generator",
|
||||
|
||||
"overdrive_that_matters:tritanium_ore",
|
||||
"overdrive_that_matters:deepslate_tritanium_ore",
|
||||
|
Loading…
Reference in New Issue
Block a user