Make energy counter mineable
This commit is contained in:
parent
6714cbd479
commit
17f3e51a25
@ -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"))
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user