Skip to content

Commit

Permalink
NetKAN added mod - WildBlue-PlayMode-Simplified-v1.90.5 (#3332)
Browse files Browse the repository at this point in the history
  • Loading branch information
netkan-bot authored Jan 23, 2025
1 parent 23bb68a commit e650f79
Showing 1 changed file with 77 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{

Check warning on line 1 in WildBlue-PlayMode-Simplified/WildBlue-PlayMode-Simplified-v1.90.5.ckan

View workflow job for this annotation

GitHub Actions / Validate

Usually we should trust the bot to create .ckan files, are you sure you know what you're doing?
"spec_version": "v1.18",
"identifier": "WildBlue-PlayMode-Simplified",
"name": "WildBlueIndustries Simplified Play Mode",
"abstract": "Lite Blue reduces the number available templates and resources used. This is great for players new to Pathfinder and other WildBlue mods or for those that don't want a lot of complexity.",
"author": "Angel-125",
"version": "v1.90.5",
"ksp_version_min": "1.12.2",
"license": "GPL-3.0",
"resources": {
"repository": "https://github.com/Angel-125/WildBlueTools",
"bugtracker": "https://github.com/Angel-125/WildBlueTools/issues",
"remote-avc": "https://raw.githubusercontent.com/Angel-125/WildBlueTools/master/GameData/WildBlueIndustries/000WildBlueTools/WildBlueTools.version"
},
"tags": [
"config"
],
"provides": [
"WildBlue-PlayMode",
"Buffalo-PlayMode",
"DSEV-PlayMode",
"MOLE-PlayMode",
"KerbalKomets-PlayMode",
"ClassicStockResources-PlayMode"
],
"depends": [
{
"name": "WildBlueTools"
}
],
"conflicts": [
{
"name": "WildBlue-PlayMode"
},
{
"name": "Buffalo-PlayMode"
},
{
"name": "DSEV-PlayMode"
},
{
"name": "MOLE-PlayMode"
},
{
"name": "KerbalKomets-PlayMode"
},
{
"name": "ClassicStockResources-PlayMode"
},
{
"name": "CommunityResourcePack"
}
],
"install": [
{
"find": "000WildBlueTools/Templates/Simplified/Storage/OmniStorage.txt",
"install_to": "GameData/WildBlueIndustries/000WildBlueTools/Templates/Simplified/Storage",
"as": "OmniStorage.cfg",
"find_matches_file": true
},
{
"find": "000WildBlueTools/Templates/Simplified.cfg",
"install_to": "GameData/WildBlueIndustries/000WildBlueTools/Templates",
"find_matches_files": true
}
],
"download": "https://github.com/Angel-125/WildBlueTools/releases/download/v1.90.5/WildBlueTools.zip",
"download_size": 22908457,
"download_hash": {
"sha1": "4E0720A96126F4A7255B7B20AF8C4745D3E81600",
"sha256": "5F42378E0516F9C58C9B3F5F6F83DFF505D5671215283C70FA7685FB8CFF0128"
},
"download_content_type": "application/zip",
"install_size": 2478,
"release_date": "2025-01-19T18:53:01Z",
"x_generated_by": "netkan"
}

0 comments on commit e650f79

Please sign in to comment.