Your attention is presented to the futuristic VTOL aircraft that are well suited to the style of the game. The mod includes aircraft: transport, light combat, heavy combat.
Let this mod use the 'SchallTransportGroup' subgroup!
I made this locally just adding this in the top of "items.lua":
local subgroup_aircraft = "transport"
if mods["SchallTransportGroup"] then
data:extend({
{
type = "item-subgroup",
name = "aircrafts",
group = "transport",
order = "d-4"
}
})
subgroup_aircraft = "aircrafts"
end
And use 'subgroup_aircraft' on the subgroups of all aircrafts!