Skip to content

Commit

Permalink
Update ROEngines.netkan (#10265)
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 authored Oct 20, 2024
1 parent 9043d67 commit e20b8c5
Showing 1 changed file with 40 additions and 43 deletions.
83 changes: 40 additions & 43 deletions NetKAN/ROEngines.netkan
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

0 comments on commit e20b8c5

Please sign in to comment.