-
-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9043d67
commit e20b8c5
Showing
1 changed file
with
40 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |