Make energy counter mineable

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

View File

@ -219,6 +219,8 @@ object DataGen {
simpleBlock(Blocks.TRITANIUM_STRIPED_BLOCK)
simpleBlock(Blocks.MATTER_CABLE)
tile(Blocks.ENERGY_COUNTER, TileNbtCopy("passed"), TileNbtCopy("history"), TileNbtCopy("history_tick"))
tile(Blocks.ANDROID_STATION, TileNbtCopy("energy_cap"), TileNbtCopy("battery_container"))
tile(Blocks.BATTERY_BANK, TileNbtCopy("battery_bank"))
tile(Blocks.DRIVE_VIEWER, TileNbtCopy("energy_cap"), TileNbtCopy("drive_slot"), TileNbtCopy("battery_container"))

View File

@ -17,6 +17,8 @@
"overdrive_that_matters:tritanium_striped_block",
"overdrive_that_matters:carbon_fibre_block",
"overdrive_that_matters:energy_counter",
"overdrive_that_matters:crate_red",
"overdrive_that_matters:crate_blue",
"overdrive_that_matters:crate_yellow",

View File

@ -17,6 +17,8 @@
"overdrive_that_matters:tritanium_striped_block",
"overdrive_that_matters:carbon_fibre_block",
"overdrive_that_matters:energy_counter",
"overdrive_that_matters:tritanium_ore",
"overdrive_that_matters:deepslate_tritanium_ore",
"overdrive_that_matters:tritanium_raw_block"