Skip to content

Commit

Permalink
Use correct data files
Browse files Browse the repository at this point in the history
  • Loading branch information
behindcurtain3 committed Apr 4, 2024
1 parent c23bd78 commit c483614
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Pulsar4X/GameEngine/Data/basemod/modInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
"Version": "0.1",
"Namespace": "Pulsar4x",
"DataFiles": [
"templates/armor.json",
"templates/atmosphereGases.json",
"templates/cargoTypes.json",
"templates/electronics.json",
"templates/energy.json",
"templates/engines.json",
"blueprints/armor.json",
"blueprints/atmosphereGases.json",
"blueprints/cargoTypes.json",
"blueprints/electronics.json",
"blueprints/energy.json",
"blueprints/engines.json",
"defaultItems.json",
"defaultTheme.json",
"templates/industryTypes.json",
"templates/installations.json",
"templates/materials.json",
"templates/minerals.json",
"templates/mineralsAurora.json",
"templates/ordnance.json",
"blueprints/industryTypes.json",
"blueprints/installations.json",
"blueprints/materials.json",
"blueprints/minerals.json",
"blueprints/mineralsAurora.json",
"blueprints/ordnance.json",
"systemGenSettings.json",
"templates/techCategories.json",
"templates/techs.json",
"templates/weapons.json",
"templates/damageResistance.json"
"blueprints/techCategories.json",
"blueprints/techs.json",
"blueprints/weapons.json",
"blueprints/damageResistance.json"
]
}

0 comments on commit c483614

Please sign in to comment.