You've already forked factorio-blueprint-editor
mirror of
https://github.com/teoxoy/factorio-blueprint-editor.git
synced 2025-11-23 22:15:01 +02:00
update to Factorio v2.0.68
This commit is contained in:
24
package-lock.json
generated
24
package-lock.json
generated
@@ -3294,6 +3294,17 @@
|
|||||||
"node": ">= 0.8.0"
|
"node": ">= 0.8.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/typed-factorio": {
|
||||||
|
"version": "3.31.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/typed-factorio/-/typed-factorio-3.31.0.tgz",
|
||||||
|
"integrity": "sha512-GOQYxv0acTyj+7UnEANNWfx31m70krnMPQ53XMy7tHC381S2AV76CboSHAkVAQOwCaCNlsyA/WpM6ik44iSqfA==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"peerDependencies": {
|
||||||
|
"lua-types": "^2.13.1",
|
||||||
|
"typescript-to-lua": "^1.10.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/typescript": {
|
"node_modules/typescript": {
|
||||||
"version": "5.9.2",
|
"version": "5.9.2",
|
||||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
|
||||||
@@ -3621,7 +3632,7 @@
|
|||||||
"@types/delaunator": "5.0.3",
|
"@types/delaunator": "5.0.3",
|
||||||
"@types/pako": "2.0.4",
|
"@types/pako": "2.0.4",
|
||||||
"@types/pathfinding": "0.1.0",
|
"@types/pathfinding": "0.1.0",
|
||||||
"typed-factorio": "3.30.1"
|
"typed-factorio": "3.31.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/editor/node_modules/ajv": {
|
"packages/editor/node_modules/ajv": {
|
||||||
@@ -3646,17 +3657,6 @@
|
|||||||
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"packages/editor/node_modules/typed-factorio": {
|
|
||||||
"version": "3.30.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/typed-factorio/-/typed-factorio-3.30.1.tgz",
|
|
||||||
"integrity": "sha512-HNXZHxi/MaUWNqxC/LMGg9Hpcq27fX2iQJridOiSQwjIBeC8jQjt+k+MeGLD4K6BBwwATh2g7Fly9V1T3cOZMg==",
|
|
||||||
"dev": true,
|
|
||||||
"license": "MIT",
|
|
||||||
"peerDependencies": {
|
|
||||||
"lua-types": "^2.13.1",
|
|
||||||
"typescript-to-lua": "^1.10.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"packages/website": {
|
"packages/website": {
|
||||||
"name": "@fbe/website",
|
"name": "@fbe/website",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
|||||||
@@ -25,6 +25,6 @@
|
|||||||
"@types/delaunator": "5.0.3",
|
"@types/delaunator": "5.0.3",
|
||||||
"@types/pako": "2.0.4",
|
"@types/pako": "2.0.4",
|
||||||
"@types/pathfinding": "0.1.0",
|
"@types/pathfinding": "0.1.0",
|
||||||
"typed-factorio": "3.30.1"
|
"typed-factorio": "3.31.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -311,8 +311,7 @@ function CreateRecipe(
|
|||||||
nextX += timeSize.width + 6
|
nextX += timeSize.width + 6
|
||||||
|
|
||||||
for (const r of results) {
|
for (const r of results) {
|
||||||
const name = r.type === 'research-progress' ? r.research_item : r.name
|
CreateIconWithAmount(host, nextX, y, r.name, r.amount)
|
||||||
CreateIconWithAmount(host, nextX, y, name, r.amount)
|
|
||||||
nextX += 36
|
nextX += 36
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ mod setup;
|
|||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate lazy_static;
|
extern crate lazy_static;
|
||||||
|
|
||||||
static FACTORIO_VERSION: &str = "2.0.66";
|
static FACTORIO_VERSION: &str = "2.0.68";
|
||||||
|
|
||||||
lazy_static! {
|
lazy_static! {
|
||||||
static ref DATA_DIR: PathBuf = PathBuf::from("./data");
|
static ref DATA_DIR: PathBuf = PathBuf::from("./data");
|
||||||
|
|||||||
@@ -17,6 +17,6 @@
|
|||||||
"@fbe/*": ["./packages/*/src/index.ts"]
|
"@fbe/*": ["./packages/*/src/index.ts"]
|
||||||
},
|
},
|
||||||
|
|
||||||
"types": ["vite/client", "./packages/editor/node_modules/typed-factorio/prototype"]
|
"types": ["vite/client", "typed-factorio/prototype"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user