mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix for small linear RCS
This commit is contained in:
Binary file not shown.
@ -6,7 +6,7 @@
|
||||
{
|
||||
"MAJOR":1,
|
||||
"MINOR":3,
|
||||
"PATCH":0,
|
||||
"PATCH":1,
|
||||
"BUILD":0
|
||||
},
|
||||
"KSP_VERSION":
|
||||
@ -17,8 +17,8 @@
|
||||
},
|
||||
"KSP_VERSION_MIN":{
|
||||
"MAJOR":1,
|
||||
"MINOR":10,
|
||||
"PATCH":1
|
||||
"MINOR":11,
|
||||
"PATCH":0
|
||||
},
|
||||
"KSP_VERSION_MAX":{
|
||||
"MAJOR":1,
|
||||
|
@ -1,3 +1,8 @@
|
||||
v1.3.1
|
||||
------
|
||||
- Fixed small linear RCS collider
|
||||
- Fixed compatability marked for 1.10.1, it isn't, really
|
||||
|
||||
v1.3.0
|
||||
------
|
||||
- 1.11.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
=============
|
||||
RESTOCK 1.3.0
|
||||
RESTOCK 1.3.1
|
||||
=============
|
||||
|
||||
Restock is a project to improve the art of the Kerbal Space Program part set. Some of the revisions are based on the canceled Part Overhaul project by Porkjet.
|
||||
|
Reference in New Issue
Block a user