This commit is contained in:
Unknown
2017-10-31 17:00:00 +00:00
parent f9420dfaeb
commit 7863330106
4 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
#2.4.1
* Config Fix
#2.4.0 #2.4.0
* Added Repair Limpet Computers * Added Repair Limpet Computers

4
dist/index.js vendored
View File

@@ -22457,6 +22457,10 @@ module.exports = {
blueprints: {}, blueprints: {},
modifications: [] modifications: []
}, },
rpl: {
blueprints: {},
modifications: []
},
cs: { cs: {
blueprints: { blueprints: {
Sensor_CargoScanner_FastScan: { Sensor_CargoScanner_FastScan: {

4
dist/index.json vendored
View File

@@ -30200,6 +30200,10 @@
"blueprints": {}, "blueprints": {},
"modifications": [] "modifications": []
}, },
"rpl": {
"blueprints": {},
"modifications": []
},
"cs": { "cs": {
"blueprints": { "blueprints": {
"Sensor_CargoScanner_FastScan": { "Sensor_CargoScanner_FastScan": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "coriolis-data", "name": "coriolis-data",
"version": "2.4.0", "version": "2.4.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/EDCD/coriolis-data" "url": "https://github.com/EDCD/coriolis-data"