diff --git a/NetKAN/ROEngines.netkan b/NetKAN/ROEngines.netkan index 63548cb4b8..9f80e27901 100644 --- a/NetKAN/ROEngines.netkan +++ b/NetKAN/ROEngines.netkan @@ -1,43 +1,40 @@ -{ - "identifier" : "ROEngines", - "$kref" : "#/ckan/github/KSP-RO/ROEngines", - "$vref" : "#/ckan/ksp-avc", - "x_netkan_force_v": true, - "abstract" : "ROEngines is a mod that takes the best versions of engine models available and uses them as the in-game models for Realism Overhaul parts.", - "license" : "CC-BY-NC-ND", - "author" : ["pap1723","KSP-RO"], - "release_status" : "stable", - "resources" : { - "bugtracker" : "https://github.com/KSP-RO/ROEngines/issues", - "repository" : "https://github.com/KSP-RO/ROEngines", - "homepage" : "https://discordapp.com/invite/ZGbR6nv" - }, - "tags" : [ - "parts", - "config", - "graphics" - ], - "depends" : [ - { "name" : "ModuleManager" }, - { "name" : "ROLib" }, - { "name" : "B9PartSwitch" }, - { "name" : "RealFuels" }, - { "name" : "PatchManager" }, - { "name" : "RealismOverhaul" } - ], - "recommends" : [ - { "name" : "ROSolar" }, - { "name" : "ROTanks" }, - { "name" : "ROCapsules" } - ], - "suggests" : [ - { "name" : "ProceduralFairings" }, - { "name" : "ProceduralParts" }, - { "name" : "MechJeb2" }, - { "name" : "RealSolarSystem" }, - { "name" : "RP-1" } - ], - "conflicts" : [ - { "name" : "TweakableEverythingCont" } - ] -} +identifier: ROEngines +$kref: '#/ckan/github/KSP-RO/ROEngines' +$vref: '#/ckan/ksp-avc' +x_netkan_force_v: true +abstract: >- + ROEngines is a mod that takes the best versions of engine models available and + uses them as the in-game models for Realism Overhaul parts. +license: CC-BY-NC-ND +author: + - pap1723 + - KSP-RO +release_status: stable +resources: + bugtracker: https://github.com/KSP-RO/ROEngines/issues + repository: https://github.com/KSP-RO/ROEngines + homepage: https://discordapp.com/invite/ZGbR6nv +tags: + - parts + - config + - graphics +depends: + - name: ModuleManager + - name: ROLib + - name: B9PartSwitch + - name: RealFuels + - name: PatchManager + - name: RealismOverhaul + - name: Resurfaced +recommends: + - name: ROSolar + - name: ROTanks + - name: ROCapsules +suggests: + - name: ProceduralFairings + - name: ProceduralParts + - name: MechJeb2 + - name: RealSolarSystem + - name: RP-1 +conflicts: + - name: TweakableEverythingCont