Make chemical generator mineable

This commit is contained in:
DBotThePony 2022-01-08 19:05:54 +07:00
parent 17f3e51a25
commit eabca10e5e
Signed by: DBot
GPG Key ID: DCC23B5715498507
3 changed files with 3 additions and 0 deletions

View File

@ -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"))

View File

@ -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",

View File

@ -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",