mirror of
https://github.com/sirrobzeroone/elepower.git
synced 2024-11-05 06:43:51 +01:00
10 lines
265 B
Lua
10 lines
265 B
Lua
|
|
||
|
fluid_tanks.register_tank("elepower_dynamics:portable_tank", {
|
||
|
description = "Portable Tank",
|
||
|
capacity = 8000,
|
||
|
accepts = true,
|
||
|
tiles = {
|
||
|
"elepower_tank_base.png", "elepower_tank_side.png", "elepower_tank_base.png^elepower_power_port.png",
|
||
|
}
|
||
|
})
|