when tank mined all equipment installed disappears from tank grid
i check bobvehicleequipment - all euipment stored in grid, works fine
what i do wrong ?
in categories
Code: Select all
{
type = "equipment-category",
name = "a-tank"
},
Code: Select all
{
type = "equipment-grid",
name = "t-55",
width = 8,
height =4,
equipment_categories = {"a-tank"}
},
Code: Select all
equipment_grid = "t-55",
Code: Select all
{
type = "battery-equipment",
name = "tank_battery_1",
sprite =
{
filename = "__FMRx__/graphics/equipment/battery_1.png",
width = 64,
height = 32,
priority = "medium"
},
shape =
{
width = 2,
height = 1,
type = "full"
},
energy_source =
{
type = "electric",
buffer_capacity = "20MJ",
input_flow_limit = "10MW",
output_flow_limit = "2MW",
usage_priority = "terciary"
},
categories = {"a-tank"}
},