mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Confirm working in KSP 1.10
This commit is contained in:
parent
70ef88e9d8
commit
60764405ba
@ -22,7 +22,7 @@
|
|||||||
},
|
},
|
||||||
"KSP_VERSION_MAX":{
|
"KSP_VERSION_MAX":{
|
||||||
"MAJOR":1,
|
"MAJOR":1,
|
||||||
"MINOR":9,
|
"MINOR":10,
|
||||||
"PATCH":99
|
"PATCH":99
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -8,7 +8,7 @@ Conformal Decals adds a set of decal stickers to KSP, as well as providing a fra
|
|||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
Required:
|
Required:
|
||||||
- KSP (1.8.x to 1.9.x)
|
- KSP (1.8.x to 1.10.x)
|
||||||
- B9 Part Switch (2.16.0). Bundled with release.
|
- B9 Part Switch (2.16.0). Bundled with release.
|
||||||
- ModuleManager (4.1.3). Bundled with release.
|
- ModuleManager (4.1.3). Bundled with release.
|
||||||
- Shabby (0.1.2). Bundled with release.
|
- Shabby (0.1.2). Bundled with release.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
v0.1.4
|
v0.1.4
|
||||||
------
|
------
|
||||||
|
- Supported KSP versions: 1.8.x to 1.10.x
|
||||||
- Fixes:
|
- Fixes:
|
||||||
- Fixed decals rendering onto disabled B9PS part variants
|
- Fixed decals rendering onto disabled B9PS part variants
|
||||||
- Decals will still not update whan their parent part's B9PS variant is changed, both in flight and in the editor. This is known and awaiting a change to B9PS to be fixed.
|
- Decals will still not update whan their parent part's B9PS variant is changed, both in flight and in the editor. This is known and awaiting a change to B9PS to be fixed.
|
||||||
|
Loading…
Reference in New Issue
Block a user