Skip to content

Commit

Permalink
Switch Bureaucracy to new adopting fork (#10073)
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Jul 1, 2024
1 parent a694a4b commit 50b36ba
Showing 1 changed file with 19 additions and 34 deletions.
53 changes: 19 additions & 34 deletions NetKAN/Bureaucracy.netkan
Original file line number Diff line number Diff line change
@@ -1,34 +1,19 @@
{
"spec_version" : "v1.4",
"identifier" : "Bureaucracy",
"name" : "Bureaucracy",
"abstract" : "Replacement for Monthly Budgets, now with Construction and Research Funding!",
"$kref" : "#/ckan/github/severedsolo/Bureaucracy",
"$vref" : "#/ckan/ksp-avc",
"license" : "MIT",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/index.php?/topic/191192-*"
},
"tags": [
"plugin",
"career"
],
"depends" : [
{ "name": "ModuleManager" },
{ "name" : "KerbalChangelog" },
{ "name" : "FlightTracker" },
{ "name" : "CustomBarnKit" }
],
"recommends": [
{ "name" : "KerbalConstructionTime" },
{ "name" : "ContractConfigurator-ExplorationPlus" }
],
"conflicts" : [
{ "name" : "MonthlyBudgets" },
{ "name" : "SpaceProgramFunding" }
],
"install" : [ {
"find" : "Bureaucracy",
"install_to" : "GameData"
} ]
}
spec_version: v1.4
identifier: Bureaucracy
$kref: '#/ckan/github/R-T-B/Bureaucracy'
$vref: '#/ckan/ksp-avc'
license: MIT
tags:
- plugin
- career
depends:
- name: ModuleManager
- name: KerbalChangelog
- name: FlightTracker
- name: CustomBarnKit
recommends:
- name: KerbalConstructionTime
- name: ContractConfigurator-ExplorationPlus
conflicts:
- name: MonthlyBudgets
- name: SpaceProgramFunding

0 comments on commit 50b36ba

Please sign in to comment.