mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Update for 1.12.2 engines
This commit is contained in:
@ -10,7 +10,7 @@ package:
|
||||
- license.txt
|
||||
dependencies: # Configure dependencies
|
||||
ModuleManager:
|
||||
version: 4.1.4
|
||||
version: 4.2.1
|
||||
location: s3
|
||||
deploy:
|
||||
SpaceDock:
|
||||
|
@ -6,19 +6,19 @@
|
||||
{
|
||||
"MAJOR":1,
|
||||
"MINOR":4,
|
||||
"PATCH":1,
|
||||
"PATCH":2,
|
||||
"BUILD":0
|
||||
},
|
||||
"KSP_VERSION":
|
||||
{
|
||||
"MAJOR":1,
|
||||
"MINOR":12,
|
||||
"PATCH":1
|
||||
"PATCH":2
|
||||
},
|
||||
"KSP_VERSION_MIN":{
|
||||
"MAJOR":1,
|
||||
"MINOR":12,
|
||||
"PATCH":1
|
||||
"PATCH":2
|
||||
},
|
||||
"KSP_VERSION_MAX":{
|
||||
"MAJOR":1,
|
||||
|
@ -1,3 +1,8 @@
|
||||
v1.4.2
|
||||
------
|
||||
- KSP 1.12.2
|
||||
- Updated ModuleManager to 4.2.1
|
||||
|
||||
v1.4.1
|
||||
------
|
||||
- Fixed Boar additional extraneous boattail mesh
|
||||
|
@ -1,5 +1,5 @@
|
||||
==============
|
||||
RESTOCK+ 1.4.1
|
||||
RESTOCK+ 1.4.2
|
||||
==============
|
||||
|
||||
Restock+ is a complement to Restock which adds useful parts that we feel are missing from the base game. Functionally, these parts additions allow better flexibility in craft construction and not add new gameplay systems or form factors. Some examples might include:
|
||||
@ -21,8 +21,8 @@ DEPENDENCIES
|
||||
============
|
||||
|
||||
Required:
|
||||
- Restock (1.3.3)
|
||||
- ModuleManager (4.1.4)
|
||||
- Restock (1.4.2)
|
||||
- ModuleManager (4.2.1)
|
||||
|
||||
=============
|
||||
CREDITS
|
||||
|
Reference in New Issue
Block a user